#95ea48

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

Shades of Atlantis #95EA48

Tints of Atlantis #95EA48

Color information

#95EA48 (or 0x95EA48) is unknown color: approx Atlantis. HEX triplet: 95, EA and 48. RGB value is (149,234,72). Sum of RGB (Red+Green+Blue) = 149+234+72=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 234 (91.80% from 255 or 51.43% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 234 - color contains mainly: green. Hex color #95EA48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95EA48 is #6A15B7. Grayscale: #BEBEBE. Windows color (decimal): -6952376 or 4778645. OLE color: 4778645.

HSL color Cylindrical-coordinate representation of color #95EA48: hue angle of 91.48º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95EA48 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB14923472-
CMYK0.3600.690.08
HSL91.48º79.41%60%-
HSV(B)91.48º69.23%91.76%-
XYZ42.9965.716.55-
YUV190.1261.3498.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.75%
GREEN value IS 234 (91.80% from 255) = 51.43%
BLUE value IS 72 (28.52% from 255) = 15.82%
R=32.75%
G=51.43%
B=15.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal149234720.3600.690.0891.4879.4160
Hex95EA482404585b4f3c
Octal2253521104401051013311774
Binary1001010111101010100100010010001000101100010110111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ea48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,234,72); }

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

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

 a { background-color: rgb(149,234,72); }

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

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

 span { border-color: rgb(149,234,72); }

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