Html Css Color HEX #9CC24B Atlantis

📋 copy color: '#9CC24B'

red 156 ◦ green 194 ◦ blue 75

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

Shades of Atlantis #9CC24B

Tints of Atlantis #9CC24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.65%

 BLUE value IS 75 (29.69% from 255) = 17.65%

R = 36.71%
G = 45.65%
B = 17.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#9CC24B (or 0x9CC24B) is known color: Atlantis. HEX triplet: 9C, C2 and 4B. RGB value is (156,194,75). Sum of RGB (Red+Green+Blue) = 156+194+75=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC24B is #633DB4. Grayscale: #A9A9A9. Windows color (decimal): -6503861 or 4965020. OLE color: 4965020.

HSL color Cylindrical-coordinate representation of color #9CC24B: hue angle of 79.16º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CC24B is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 156 194 75 -
CMYK 0.20 0 0.61 0.24
HSL 79.16º 0.49% 0.53% -
HSV(B) 79.16º 0.61% 0.76% -
XYZ 34.27 46.16 13.76 -
YUV 169.07 74.91 118.68 -
System Red Green Blue C M Y K H S L
Decimal 156 194 75 0.20 0 0.61 0.24 79.16 0.49 0.53
Hex 9C C2 4B 14 0 3D 18 4F 31 35
Octal 234 302 113 24 0 75 30 117 61 65
Binary 10011100 11000010 1001011 10100 0 111101 11000 1001111 110001 110101

Color Harmonies of #9CC24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC24B

Black with #9CC24B

Text Example


Text Example

White with #9CC24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,194,75); }

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

background-color css

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

 a { background-color: rgb(156,194,75); }

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

border-color css

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

 span { border-color: rgb(156,194,75); }

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