Html Css Color HEX #9CCA4E Atlantis

📋 copy color: '#9CCA4E'

red 156 ◦ green 202 ◦ blue 78

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

Shades of Atlantis #9CCA4E

Tints of Atlantis #9CCA4E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.33%

 BLUE value IS 78 (30.86% from 255) = 17.89%

R = 35.78%
G = 46.33%
B = 17.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#9CCA4E (or 0x9CCA4E) is known color: Atlantis. HEX triplet: 9C, CA and 4E. RGB value is (156,202,78). Sum of RGB (Red+Green+Blue) = 156+202+78=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCA4E is #6335B1. Grayscale: #AEAEAE. Windows color (decimal): -6501810 or 5163676. OLE color: 5163676.

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

Color convert

RGB 156 202 78 -
CMYK 0.23 0 0.61 0.21
HSL 82.26º 0.54% 0.55% -
HSV(B) 82.26º 0.61% 0.79% -
XYZ 36.21 49.86 14.92 -
YUV 174.11 73.76 115.08 -
System Red Green Blue C M Y K H S L
Decimal 156 202 78 0.23 0 0.61 0.21 82.26 0.54 0.55
Hex 9C CA 4E 17 0 3D 15 52 36 37
Octal 234 312 116 27 0 75 25 122 66 67
Binary 10011100 11001010 1001110 10111 0 111101 10101 1010010 110110 110111

Color Harmonies of #9CCA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCA4E

Black with #9CCA4E

Text Example


Text Example

White with #9CCA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,202,78); }

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

background-color css

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

 a { background-color: rgb(156,202,78); }

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

border-color css

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

 span { border-color: rgb(156,202,78); }

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