Html Css Color HEX #ADDC32 Atlantis

📋 copy color: '#ADDC32'

red 173 ◦ green 220 ◦ blue 50

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

Shades of Atlantis #ADDC32

Tints of Atlantis #ADDC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.29%

R = 39.05%
G = 49.66%
B = 11.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#ADDC32 (or 0xADDC32) is known color: Atlantis. HEX triplet: AD, DC and 32. RGB value is (173,220,50). Sum of RGB (Red+Green+Blue) = 173+220+50=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC32 is #5223CD. Grayscale: #BBBBBB. Windows color (decimal): -5383118 or 3333293. OLE color: 3333293.

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

Color convert

RGB 173 220 50 -
CMYK 0.21 0 0.77 0.14
HSL 76.59º 0.71% 0.53% -
HSV(B) 76.59º 0.77% 0.86% -
XYZ 43.4 60.3 12.37 -
YUV 186.57 50.93 118.32 -
System Red Green Blue C M Y K H S L
Decimal 173 220 50 0.21 0 0.77 0.14 76.59 0.71 0.53
Hex AD DC 32 15 0 4D E 4D 47 35
Octal 255 334 62 25 0 115 16 115 107 65
Binary 10101101 11011100 110010 10101 0 1001101 1110 1001101 1000111 110101

Color Harmonies of #ADDC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC32

Black with #ADDC32

Text Example


Text Example

White with #ADDC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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