#95F04A

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

Shades of Atlantis #95F04A

Tints of Atlantis #95F04A

Color information

#95F04A (or 0x95F04A) is unknown color: approx Atlantis. HEX triplet: 95, F0 and 4A. RGB value is (149,240,74). Sum of RGB (Red+Green+Blue) = 149+240+74=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #95F04A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95F04A is #6A0FB5. Grayscale: #C2C2C2. Windows color (decimal): -6950838 or 4911253. OLE color: 4911253.

HSL color Cylindrical-coordinate representation of color #95F04A: hue angle of 92.89º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95F04A is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB14924074-
CMYK0.3800.690.06
HSL92.89º84.69%61.57%-
HSV(B)92.89º69.17%94.12%-
XYZ44.7969.217.48-
YUV193.8760.3596-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 240 (94.14% from 255) = 51.84%
BLUE value IS 74 (29.30% from 255) = 15.98%
R=32.18%
G=51.84%
B=15.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal149240740.3800.690.0692.8984.6961.57
Hex95F04A2604565d553e
Octal225360112460105613512576
Binary100101011111000010010101001100100010111010111011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,240,74); }

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

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

 a { background-color: rgb(149,240,74); }

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

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

 span { border-color: rgb(149,240,74); }

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