Html Css Color HEX #AADF32 Atlantis

📋 copy color: '#AADF32'

red 170 ◦ green 223 ◦ blue 50

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

Shades of Atlantis #AADF32

Tints of Atlantis #AADF32

RGB

 RED value IS 170 (66.8% from 255) = 38.37%

 GREEN value IS 223 (87.5% from 255) = 50.34%

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

R = 38.37%
G = 50.34%
B = 11.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#AADF32 (or 0xAADF32) is known color: Atlantis. HEX triplet: AA, DF and 32. RGB value is (170,223,50). Sum of RGB (Red+Green+Blue) = 170+223+50=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF32 is #5520CD. Grayscale: #BCBCBC. Windows color (decimal): -5578958 or 3334058. OLE color: 3334058.

HSL color Cylindrical-coordinate representation of color #AADF32: hue angle of 78.38º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AADF32 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 50 -
CMYK 0.24 0 0.78 0.13
HSL 78.38º 0.73% 0.54% -
HSV(B) 78.38º 0.78% 0.87% -
XYZ 43.54 61.55 12.6 -
YUV 187.43 50.44 115.57 -
System Red Green Blue C M Y K H S L
Decimal 170 223 50 0.24 0 0.78 0.13 78.38 0.73 0.54
Hex AA DF 32 18 0 4E D 4E 49 36
Octal 252 337 62 30 0 116 15 116 111 66
Binary 10101010 11011111 110010 11000 0 1001110 1101 1001110 1001001 110110

Color Harmonies of #AADF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF32

Black with #AADF32

Text Example


Text Example

White with #AADF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF32; }

 p { color: rgb(170,223,50); }

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

background-color css

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

 a { background-color: rgb(170,223,50); }

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

border-color css

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

 span { border-color: rgb(170,223,50); }

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