Html Css Color HEX #AAD433 Atlantis

📋 copy color: '#AAD433'

red 170 ◦ green 212 ◦ blue 51

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

Shades of Atlantis #AAD433

Tints of Atlantis #AAD433

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.96%

 BLUE value IS 51 (20.31% from 255) = 11.78%

R = 39.26%
G = 48.96%
B = 11.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#AAD433 (or 0xAAD433) is known color: Atlantis. HEX triplet: AA, D4 and 33. RGB value is (170,212,51). Sum of RGB (Red+Green+Blue) = 170+212+51=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD433 is #552BCC. Grayscale: #B5B5B5. Windows color (decimal): -5581773 or 3396778. OLE color: 3396778.

HSL color Cylindrical-coordinate representation of color #AAD433: hue angle of 75.65º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAD433 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 51 -
CMYK 0.20 0 0.76 0.17
HSL 75.65º 0.65% 0.52% -
HSV(B) 75.65º 0.76% 0.83% -
XYZ 40.72 55.87 11.77 -
YUV 181.09 54.59 120.09 -
System Red Green Blue C M Y K H S L
Decimal 170 212 51 0.20 0 0.76 0.17 75.65 0.65 0.52
Hex AA D4 33 14 0 4C 11 4C 41 34
Octal 252 324 63 24 0 114 21 114 101 64
Binary 10101010 11010100 110011 10100 0 1001100 10001 1001100 1000001 110100

Color Harmonies of #AAD433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD433

Black with #AAD433

Text Example


Text Example

White with #AAD433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD433; }

 p { color: rgb(170,212,51); }

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

background-color css

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

 a { background-color: rgb(170,212,51); }

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

border-color css

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

 span { border-color: rgb(170,212,51); }

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