#95C03F

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

Shades of Atlantis #95C03F

Tints of Atlantis #95C03F

Color information

#95C03F (or 0x95C03F) is unknown color: approx Atlantis. HEX triplet: 95, C0 and 3F. RGB value is (149,192,63). Sum of RGB (Red+Green+Blue) = 149+192+63=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #95C03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C03F is #6A3FC0. Grayscale: #A4A4A4. Windows color (decimal): -6963137 or 4178069. OLE color: 4178069.

HSL color Cylindrical-coordinate representation of color #95C03F: hue angle of 80º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95C03F is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB14919263-
CMYK0.2200.670.25
HSL80º50.59%50%-
HSV(B)80º67.19%75.29%-
XYZ32.1444.4511.59-
YUV164.4470.75116.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 192 (75.39% from 255) = 47.52%
BLUE value IS 63 (25% from 255) = 15.59%
R=36.88%
G=47.52%
B=15.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149192630.2200.670.258050.5950
Hex95C03F1604319503332
Octal22530077260103311206362
Binary10010101110000001111111011001000011110011010000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,192,63); }

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

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

 a { background-color: rgb(149,192,63); }

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

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

 span { border-color: rgb(149,192,63); }

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