Html Css Color HEX #9CC052 Atlantis

📋 copy color: '#9CC052'

red 156 ◦ green 192 ◦ blue 82

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

Shades of Atlantis #9CC052

Tints of Atlantis #9CC052

RGB

 RED value IS 156 (61.33% from 255) = 36.28%

 GREEN value IS 192 (75.39% from 255) = 44.65%

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

R = 36.28%
G = 44.65%
B = 19.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#9CC052 (or 0x9CC052) is known color: Atlantis. HEX triplet: 9C, C0 and 52. RGB value is (156,192,82). Sum of RGB (Red+Green+Blue) = 156+192+82=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC052 is #633FAD. Grayscale: #A9A9A9. Windows color (decimal): -6504366 or 5423260. OLE color: 5423260.

HSL color Cylindrical-coordinate representation of color #9CC052: hue angle of 79.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CC052 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 192 82 -
CMYK 0.19 0 0.57 0.25
HSL 79.64º 0.47% 0.54% -
HSV(B) 79.64º 0.57% 0.75% -
XYZ 34.08 45.38 14.94 -
YUV 168.7 79.07 118.94 -
System Red Green Blue C M Y K H S L
Decimal 156 192 82 0.19 0 0.57 0.25 79.64 0.47 0.54
Hex 9C C0 52 13 0 39 19 50 2F 36
Octal 234 300 122 23 0 71 31 120 57 66
Binary 10011100 11000000 1010010 10011 0 111001 11001 1010000 101111 110110

Color Harmonies of #9CC052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC052

Black with #9CC052

Text Example


Text Example

White with #9CC052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,192,82); }

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

background-color css

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

 a { background-color: rgb(156,192,82); }

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

border-color css

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

 span { border-color: rgb(156,192,82); }

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