#95CF3A

Color #95CF3A Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #95CF3A

Tints of Atlantis #95CF3A

Color information

#95CF3A (or 0x95CF3A) is unknown color: approx Atlantis. HEX triplet: 95, CF and 3A. RGB value is (149,207,58). Sum of RGB (Red+Green+Blue) = 149+207+58=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #95CF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CF3A is #6A30C5. Grayscale: #ADADAD. Windows color (decimal): -6959302 or 3854229. OLE color: 3854229.

HSL color Cylindrical-coordinate representation of color #95CF3A: hue angle of 83.36º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95CF3A is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB14920758-
CMYK0.2800.720.19
HSL83.36º60.82%51.96%-
HSV(B)83.36º71.98%81.18%-
XYZ35.4751.3212.04-
YUV172.6763.28111.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 207 (81.25% from 255) = 50%
BLUE value IS 58 (23.05% from 255) = 14.01%
R=35.99%
G=50%
B=14.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal149207580.2800.720.1983.3660.8251.96
Hex95CF3A1C04813533d34
Octal22531772340110231237564
Binary10010101110011111110101110001001000100111010011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95CF3A; }

 p { color: rgb(149,207,58); }

 H1.HeaderClassName
 {
   color: #95CF3A;
 }
 .AnyTagClassName
 {
   color: #95CF3A;
 }
</style>
background-color css

<style>
 a { background-color: #95CF3A; }

 a { background-color: rgb(149,207,58); }

 div.DivClassName
 {
   background-color: #95CF3A;
 }
 .BgClassName
 {
   background-color: #95CF3A;
 }
</style>
border-color css

<style>
 span { border-color: #95CF3A; }

 span { border-color: rgb(149,207,58); }

 td.TdClassName
 {
   border-color: #95CF3A;
 }
 .TagClassName
 {
   border-color: #95CF3A;
 }
</style>