Html Css Color HEX #AAD635 Atlantis

📋 copy color: '#AAD635'

red 170 ◦ green 214 ◦ blue 53

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

Shades of Atlantis #AAD635

Tints of Atlantis #AAD635

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.97%

 BLUE value IS 53 (21.09% from 255) = 12.13%

R = 38.9%
G = 48.97%
B = 12.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#AAD635 (or 0xAAD635) is known color: Atlantis. HEX triplet: AA, D6 and 35. RGB value is (170,214,53). Sum of RGB (Red+Green+Blue) = 170+214+53=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD635 is #5529CA. Grayscale: #B7B7B7. Windows color (decimal): -5581259 or 3528362. OLE color: 3528362.

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

Color convert

RGB 170 214 53 -
CMYK 0.21 0 0.75 0.16
HSL 76.4º 0.66% 0.52% -
HSV(B) 76.4º 0.75% 0.84% -
XYZ 41.27 56.9 12.18 -
YUV 182.49 54.92 119.09 -
System Red Green Blue C M Y K H S L
Decimal 170 214 53 0.21 0 0.75 0.16 76.4 0.66 0.52
Hex AA D6 35 15 0 4B 10 4C 42 34
Octal 252 326 65 25 0 113 20 114 102 64
Binary 10101010 11010110 110101 10101 0 1001011 10000 1001100 1000010 110100

Color Harmonies of #AAD635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD635

Black with #AAD635

Text Example


Text Example

White with #AAD635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD635; }

 p { color: rgb(170,214,53); }

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

background-color css

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

 a { background-color: rgb(170,214,53); }

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

border-color css

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

 span { border-color: rgb(170,214,53); }

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