Html Css Color HEX #9CDB42 Atlantis

📋 copy color: '#9CDB42'

red 156 ◦ green 219 ◦ blue 66

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

Shades of Atlantis #9CDB42

Tints of Atlantis #9CDB42

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.66%

 BLUE value IS 66 (26.17% from 255) = 14.97%

R = 35.37%
G = 49.66%
B = 14.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#9CDB42 (or 0x9CDB42) is known color: Atlantis. HEX triplet: 9C, DB and 42. RGB value is (156,219,66). Sum of RGB (Red+Green+Blue) = 156+219+66=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDB42 is #6324BD. Grayscale: #B7B7B7. Windows color (decimal): -6497470 or 4381596. OLE color: 4381596.

HSL color Cylindrical-coordinate representation of color #9CDB42: hue angle of 84.71º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CDB42 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 219 66 -
CMYK 0.29 0 0.70 0.14
HSL 84.71º 0.68% 0.56% -
HSV(B) 84.71º 0.7% 0.86% -
XYZ 40.03 58.12 14.26 -
YUV 182.72 62.13 108.94 -
System Red Green Blue C M Y K H S L
Decimal 156 219 66 0.29 0 0.70 0.14 84.71 0.68 0.56
Hex 9C DB 42 1D 0 46 E 55 44 38
Octal 234 333 102 35 0 106 16 125 104 70
Binary 10011100 11011011 1000010 11101 0 1000110 1110 1010101 1000100 111000

Color Harmonies of #9CDB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDB42

Black with #9CDB42

Text Example


Text Example

White with #9CDB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,219,66); }

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

background-color css

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

 a { background-color: rgb(156,219,66); }

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

border-color css

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

 span { border-color: rgb(156,219,66); }

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