Html Css Color HEX #ADDA32 Atlantis

📋 copy color: '#ADDA32'

red 173 ◦ green 218 ◦ blue 50

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

Shades of Atlantis #ADDA32

Tints of Atlantis #ADDA32

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.43%

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

R = 39.23%
G = 49.43%
B = 11.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#ADDA32 (or 0xADDA32) is known color: Atlantis. HEX triplet: AD, DA and 32. RGB value is (173,218,50). Sum of RGB (Red+Green+Blue) = 173+218+50=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA32 is #5225CD. Grayscale: #BABABA. Windows color (decimal): -5383630 or 3332781. OLE color: 3332781.

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

Color convert

RGB 173 218 50 -
CMYK 0.21 0 0.77 0.15
HSL 76.07º 0.69% 0.53% -
HSV(B) 76.07º 0.77% 0.85% -
XYZ 42.88 59.26 12.2 -
YUV 185.39 51.59 119.16 -
System Red Green Blue C M Y K H S L
Decimal 173 218 50 0.21 0 0.77 0.15 76.07 0.69 0.53
Hex AD DA 32 15 0 4D F 4C 45 35
Octal 255 332 62 25 0 115 17 114 105 65
Binary 10101101 11011010 110010 10101 0 1001101 1111 1001100 1000101 110101

Color Harmonies of #ADDA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA32

Black with #ADDA32

Text Example


Text Example

White with #ADDA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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