#95E14D

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

Shades of Atlantis #95E14D

Tints of Atlantis #95E14D

Color information

#95E14D (or 0x95E14D) is unknown color: approx Atlantis. HEX triplet: 95, E1 and 4D. RGB value is (149,225,77). Sum of RGB (Red+Green+Blue) = 149+225+77=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #95E14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E14D is #6A1EB2. Grayscale: #B9B9B9. Windows color (decimal): -6954675 or 5104021. OLE color: 5104021.

HSL color Cylindrical-coordinate representation of color #95E14D: hue angle of 90.81º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95E14D is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB14922577-
CMYK0.3400.660.12
HSL90.81º71.15%59.22%-
HSV(B)90.81º65.78%88.24%-
XYZ40.6660.7816.61-
YUV185.466.82102.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.04%
GREEN value IS 225 (88.28% from 255) = 49.89%
BLUE value IS 77 (30.47% from 255) = 17.07%
R=33.04%
G=49.89%
B=17.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal149225770.3400.660.1290.8171.1559.22
Hex95E14D22042C5b473b
Octal2253411154201021413310773
Binary1001010111100001100110110001001000010110010110111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,225,77); }

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

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

 a { background-color: rgb(149,225,77); }

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

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

 span { border-color: rgb(149,225,77); }

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