Html Css Color HEX #9CCF52 Atlantis

📋 copy color: '#9CCF52'

red 156 ◦ green 207 ◦ blue 82

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

Shades of Atlantis #9CCF52

Tints of Atlantis #9CCF52

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.52%

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

R = 35.06%
G = 46.52%
B = 18.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#9CCF52 (or 0x9CCF52) is known color: Atlantis. HEX triplet: 9C, CF and 52. RGB value is (156,207,82). Sum of RGB (Red+Green+Blue) = 156+207+82=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCF52 is #6330AD. Grayscale: #B1B1B1. Windows color (decimal): -6500526 or 5427100. OLE color: 5427100.

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

Color convert

RGB 156 207 82 -
CMYK 0.25 0 0.60 0.19
HSL 84.48º 0.57% 0.57% -
HSV(B) 84.48º 0.6% 0.81% -
XYZ 37.55 52.3 16.1 -
YUV 177.5 74.1 112.66 -
System Red Green Blue C M Y K H S L
Decimal 156 207 82 0.25 0 0.60 0.19 84.48 0.57 0.57
Hex 9C CF 52 19 0 3C 13 54 39 39
Octal 234 317 122 31 0 74 23 124 71 71
Binary 10011100 11001111 1010010 11001 0 111100 10011 1010100 111001 111001

Color Harmonies of #9CCF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCF52

Black with #9CCF52

Text Example


Text Example

White with #9CCF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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