Html Css Color HEX #9CD245 Atlantis

📋 copy color: '#9CD245'

red 156 ◦ green 210 ◦ blue 69

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

Shades of Atlantis #9CD245

Tints of Atlantis #9CD245

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.28%

 BLUE value IS 69 (27.34% from 255) = 15.86%

R = 35.86%
G = 48.28%
B = 15.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#9CD245 (or 0x9CD245) is known color: Atlantis. HEX triplet: 9C, D2 and 45. RGB value is (156,210,69). Sum of RGB (Red+Green+Blue) = 156+210+69=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD245 is #632DBA. Grayscale: #B2B2B2. Windows color (decimal): -6499771 or 4575900. OLE color: 4575900.

HSL color Cylindrical-coordinate representation of color #9CD245: hue angle of 82.98º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9CD245 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 210 69 -
CMYK 0.26 0 0.67 0.18
HSL 82.98º 0.61% 0.55% -
HSV(B) 82.98º 0.67% 0.82% -
XYZ 37.83 53.59 13.98 -
YUV 177.78 66.61 112.46 -
System Red Green Blue C M Y K H S L
Decimal 156 210 69 0.26 0 0.67 0.18 82.98 0.61 0.55
Hex 9C D2 45 1A 0 43 12 53 3D 37
Octal 234 322 105 32 0 103 22 123 75 67
Binary 10011100 11010010 1000101 11010 0 1000011 10010 1010011 111101 110111

Color Harmonies of #9CD245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD245

Black with #9CD245

Text Example


Text Example

White with #9CD245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,210,69); }

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

background-color css

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

 a { background-color: rgb(156,210,69); }

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

border-color css

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

 span { border-color: rgb(156,210,69); }

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