Html Css Color HEX #9CDD46 Atlantis

📋 copy color: '#9CDD46'

red 156 ◦ green 221 ◦ blue 70

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

Shades of Atlantis #9CDD46

Tints of Atlantis #9CDD46

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.44%

 BLUE value IS 70 (27.73% from 255) = 15.66%

R = 34.9%
G = 49.44%
B = 15.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#9CDD46 (or 0x9CDD46) is known color: Atlantis. HEX triplet: 9C, DD and 46. RGB value is (156,221,70). Sum of RGB (Red+Green+Blue) = 156+221+70=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDD46 is #6322B9. Grayscale: #B8B8B8. Windows color (decimal): -6496954 or 4644252. OLE color: 4644252.

HSL color Cylindrical-coordinate representation of color #9CDD46: hue angle of 85.83º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CDD46 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 221 70 -
CMYK 0.29 0 0.68 0.13
HSL 85.83º 0.69% 0.57% -
HSV(B) 85.83º 0.68% 0.87% -
XYZ 40.67 59.22 15.08 -
YUV 184.35 63.47 107.78 -
System Red Green Blue C M Y K H S L
Decimal 156 221 70 0.29 0 0.68 0.13 85.83 0.69 0.57
Hex 9C DD 46 1D 0 44 D 56 45 39
Octal 234 335 106 35 0 104 15 126 105 71
Binary 10011100 11011101 1000110 11101 0 1000100 1101 1010110 1000101 111001

Color Harmonies of #9CDD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDD46

Black with #9CDD46

Text Example


Text Example

White with #9CDD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,221,70); }

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

background-color css

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

 a { background-color: rgb(156,221,70); }

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

border-color css

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

 span { border-color: rgb(156,221,70); }

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