Html Css Color HEX #AAD834 Atlantis

📋 copy color: '#AAD834'

red 170 ◦ green 216 ◦ blue 52

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

Shades of Atlantis #AAD834

Tints of Atlantis #AAD834

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.32%

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

R = 38.81%
G = 49.32%
B = 11.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#AAD834 (or 0xAAD834) is known color: Atlantis. HEX triplet: AA, D8 and 34. RGB value is (170,216,52). Sum of RGB (Red+Green+Blue) = 170+216+52=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD834 is #5527CB. Grayscale: #B8B8B8. Windows color (decimal): -5580748 or 3463338. OLE color: 3463338.

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

Color convert

RGB 170 216 52 -
CMYK 0.21 0 0.76 0.15
HSL 76.83º 0.68% 0.53% -
HSV(B) 76.83º 0.76% 0.85% -
XYZ 41.75 57.91 12.23 -
YUV 183.55 53.76 118.34 -
System Red Green Blue C M Y K H S L
Decimal 170 216 52 0.21 0 0.76 0.15 76.83 0.68 0.53
Hex AA D8 34 15 0 4C F 4D 44 35
Octal 252 330 64 25 0 114 17 115 104 65
Binary 10101010 11011000 110100 10101 0 1001100 1111 1001101 1000100 110101

Color Harmonies of #AAD834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD834

Black with #AAD834

Text Example


Text Example

White with #AAD834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD834; }

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

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

background-color css

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

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

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

border-color css

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

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

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