Html Css Color HEX #AAD935 Atlantis

📋 copy color: '#AAD935'

red 170 ◦ green 217 ◦ blue 53

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

Shades of Atlantis #AAD935

Tints of Atlantis #AAD935

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.32%

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

R = 38.64%
G = 49.32%
B = 12.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#AAD935 (or 0xAAD935) is known color: Atlantis. HEX triplet: AA, D9 and 35. RGB value is (170,217,53). Sum of RGB (Red+Green+Blue) = 170+217+53=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 53 (21.09% from 255 or 12.05% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD935 is #5526CA. Grayscale: #B8B8B8. Windows color (decimal): -5580491 or 3529130. OLE color: 3529130.

HSL color Cylindrical-coordinate representation of color #AAD935: hue angle of 77.2º 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 #AAD935 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 53 -
CMYK 0.22 0 0.76 0.15
HSL 77.2º 0.68% 0.53% -
HSV(B) 77.2º 0.76% 0.85% -
XYZ 42.03 58.43 12.43 -
YUV 184.25 53.93 117.84 -
System Red Green Blue C M Y K H S L
Decimal 170 217 53 0.22 0 0.76 0.15 77.2 0.68 0.53
Hex AA D9 35 16 0 4C F 4D 44 35
Octal 252 331 65 26 0 114 17 115 104 65
Binary 10101010 11011001 110101 10110 0 1001100 1111 1001101 1000100 110101

Color Harmonies of #AAD935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD935

Black with #AAD935

Text Example


Text Example

White with #AAD935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD935; }

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

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

background-color css

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

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

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

border-color css

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

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

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