Html Css Color HEX #AAD734 Atlantis

📋 copy color: '#AAD734'

red 170 ◦ green 215 ◦ blue 52

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

Shades of Atlantis #AAD734

Tints of Atlantis #AAD734

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.2%

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

R = 38.9%
G = 49.2%
B = 11.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#AAD734 (or 0xAAD734) is known color: Atlantis. HEX triplet: AA, D7 and 34. RGB value is (170,215,52). Sum of RGB (Red+Green+Blue) = 170+215+52=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD734 is #5528CB. Grayscale: #B7B7B7. Windows color (decimal): -5581004 or 3463082. OLE color: 3463082.

HSL color Cylindrical-coordinate representation of color #AAD734: hue angle of 76.56º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAD734 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 52 -
CMYK 0.21 0 0.76 0.16
HSL 76.56º 0.67% 0.52% -
HSV(B) 76.56º 0.76% 0.84% -
XYZ 41.5 57.39 12.14 -
YUV 182.96 54.09 118.75 -
System Red Green Blue C M Y K H S L
Decimal 170 215 52 0.21 0 0.76 0.16 76.56 0.67 0.52
Hex AA D7 34 15 0 4C 10 4D 43 34
Octal 252 327 64 25 0 114 20 115 103 64
Binary 10101010 11010111 110100 10101 0 1001100 10000 1001101 1000011 110100

Color Harmonies of #AAD734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD734

Black with #AAD734

Text Example


Text Example

White with #AAD734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD734; }

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

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

background-color css

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

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

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

border-color css

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

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

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