Html Css Color HEX #9EC952 Atlantis

📋 copy color: '#9EC952'

red 158 ◦ green 201 ◦ blue 82

#9EC952
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #9EC952

Tints of Atlantis #9EC952

RGB

 RED value IS 158 (62.11% from 255) = 35.83%

 GREEN value IS 201 (78.91% from 255) = 45.58%

 BLUE value IS 82 (32.42% from 255) = 18.59%

R = 35.83%
G = 45.58%
B = 18.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#9EC952 (or 0x9EC952) is known color: Atlantis. HEX triplet: 9E, C9 and 52. RGB value is (158,201,82). Sum of RGB (Red+Green+Blue) = 158+201+82=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC952 is #6136AD. Grayscale: #AFAFAF. Windows color (decimal): -6370990 or 5425566. OLE color: 5425566.

HSL color Cylindrical-coordinate representation of color #9EC952: hue angle of 81.68º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9EC952 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 201 82 -
CMYK 0.21 0 0.59 0.21
HSL 81.68º 0.52% 0.55% -
HSV(B) 81.68º 0.59% 0.79% -
XYZ 36.51 49.65 15.64 -
YUV 174.58 75.75 116.18 -
System Red Green Blue C M Y K H S L
Decimal 158 201 82 0.21 0 0.59 0.21 81.68 0.52 0.55
Hex 9E C9 52 15 0 3B 15 52 34 37
Octal 236 311 122 25 0 73 25 122 64 67
Binary 10011110 11001001 1010010 10101 0 111011 10101 1010010 110100 110111

Color Harmonies of #9EC952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC952

Black with #9EC952

Text Example


Text Example

White with #9EC952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EC952; }

 p { color: rgb(158,201,82); }

 H1.HeaderClassName
 {
   color: #9EC952;
 }
 .AnyTagClassName
 {
   color: #9EC952;
 }
</style>

background-color css

<style>
 a { background-color: #9EC952; }

 a { background-color: rgb(158,201,82); }

 div.DivClassName
 {
   background-color: #9EC952;
 }
 .BgClassName
 {
   background-color: #9EC952;
 }
</style>

border-color css

<style>
 span { border-color: #9EC952; }

 span { border-color: rgb(158,201,82); }

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