Html Css Color HEX #AAD93D Atlantis

📋 copy color: '#AAD93D'

red 170 ◦ green 217 ◦ blue 61

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

Shades of Atlantis #AAD93D

Tints of Atlantis #AAD93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.62%

R = 37.95%
G = 48.44%
B = 13.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#AAD93D (or 0xAAD93D) is known color: Atlantis. HEX triplet: AA, D9 and 3D. RGB value is (170,217,61). Sum of RGB (Red+Green+Blue) = 170+217+61=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD93D is #5526C2. Grayscale: #B9B9B9. Windows color (decimal): -5580483 or 4053418. OLE color: 4053418.

HSL color Cylindrical-coordinate representation of color #AAD93D: hue angle of 78.08º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAD93D is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 61 -
CMYK 0.22 0 0.72 0.15
HSL 78.08º 0.67% 0.55% -
HSV(B) 78.08º 0.72% 0.85% -
XYZ 42.23 58.51 13.48 -
YUV 185.16 57.93 117.18 -
System Red Green Blue C M Y K H S L
Decimal 170 217 61 0.22 0 0.72 0.15 78.08 0.67 0.55
Hex AA D9 3D 16 0 48 F 4E 43 37
Octal 252 331 75 26 0 110 17 116 103 67
Binary 10101010 11011001 111101 10110 0 1001000 1111 1001110 1000011 110111

Color Harmonies of #AAD93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD93D

Black with #AAD93D

Text Example


Text Example

White with #AAD93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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