Html Css Color HEX #AAD334 Atlantis

📋 copy color: '#AAD334'

red 170 ◦ green 211 ◦ blue 52

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

Shades of Atlantis #AAD334

Tints of Atlantis #AAD334

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.73%

 BLUE value IS 52 (20.7% from 255) = 12.01%

R = 39.26%
G = 48.73%
B = 12.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#AAD334 (or 0xAAD334) is known color: Atlantis. HEX triplet: AA, D3 and 34. RGB value is (170,211,52). Sum of RGB (Red+Green+Blue) = 170+211+52=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD334 is #552CCB. Grayscale: #B5B5B5. Windows color (decimal): -5582028 or 3462058. OLE color: 3462058.

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

Color convert

RGB 170 211 52 -
CMYK 0.19 0 0.75 0.17
HSL 75.47º 0.64% 0.52% -
HSV(B) 75.47º 0.75% 0.83% -
XYZ 40.49 55.38 11.8 -
YUV 180.62 55.42 120.43 -
System Red Green Blue C M Y K H S L
Decimal 170 211 52 0.19 0 0.75 0.17 75.47 0.64 0.52
Hex AA D3 34 13 0 4B 11 4B 40 34
Octal 252 323 64 23 0 113 21 113 100 64
Binary 10101010 11010011 110100 10011 0 1001011 10001 1001011 1000000 110100

Color Harmonies of #AAD334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD334

Black with #AAD334

Text Example


Text Example

White with #AAD334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD334; }

 p { color: rgb(170,211,52); }

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

background-color css

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

 a { background-color: rgb(170,211,52); }

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

border-color css

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

 span { border-color: rgb(170,211,52); }

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