Html Css Color HEX #ADDC36 Atlantis

📋 copy color: '#ADDC36'

red 173 ◦ green 220 ◦ blue 54

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

Shades of Atlantis #ADDC36

Tints of Atlantis #ADDC36

RGB

 RED value IS 173 (67.97% from 255) = 38.7%

 GREEN value IS 220 (86.33% from 255) = 49.22%

 BLUE value IS 54 (21.48% from 255) = 12.08%

R = 38.7%
G = 49.22%
B = 12.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#ADDC36 (or 0xADDC36) is known color: Atlantis. HEX triplet: AD, DC and 36. RGB value is (173,220,54). Sum of RGB (Red+Green+Blue) = 173+220+54=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 54 (21.48% from 255 or 12.08% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC36 is #5223C9. Grayscale: #BBBBBB. Windows color (decimal): -5383114 or 3595437. OLE color: 3595437.

HSL color Cylindrical-coordinate representation of color #ADDC36: hue angle of 76.99º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADDC36 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 54 -
CMYK 0.21 0 0.75 0.14
HSL 76.99º 0.7% 0.54% -
HSV(B) 76.99º 0.75% 0.86% -
XYZ 43.49 60.34 12.84 -
YUV 187.02 52.93 118 -
System Red Green Blue C M Y K H S L
Decimal 173 220 54 0.21 0 0.75 0.14 76.99 0.7 0.54
Hex AD DC 36 15 0 4B E 4D 46 36
Octal 255 334 66 25 0 113 16 115 106 66
Binary 10101101 11011100 110110 10101 0 1001011 1110 1001101 1000110 110110

Color Harmonies of #ADDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC36

Black with #ADDC36

Text Example


Text Example

White with #ADDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC36; }

 p { color: rgb(173,220,54); }

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

background-color css

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

 a { background-color: rgb(173,220,54); }

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

border-color css

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

 span { border-color: rgb(173,220,54); }

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