Html Css Color HEX #AAD642 Atlantis

📋 copy color: '#AAD642'

red 170 ◦ green 214 ◦ blue 66

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

Shades of Atlantis #AAD642

Tints of Atlantis #AAD642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.67%

R = 37.78%
G = 47.56%
B = 14.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#AAD642 (or 0xAAD642) is known color: Atlantis. HEX triplet: AA, D6 and 42. RGB value is (170,214,66). Sum of RGB (Red+Green+Blue) = 170+214+66=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD642 is #5529BD. Grayscale: #B8B8B8. Windows color (decimal): -5581246 or 4380330. OLE color: 4380330.

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

Color convert

RGB 170 214 66 -
CMYK 0.21 0 0.69 0.16
HSL 77.84º 0.64% 0.55% -
HSV(B) 77.84º 0.69% 0.84% -
XYZ 41.61 57.03 13.97 -
YUV 183.97 61.42 118.03 -
System Red Green Blue C M Y K H S L
Decimal 170 214 66 0.21 0 0.69 0.16 77.84 0.64 0.55
Hex AA D6 42 15 0 45 10 4E 40 37
Octal 252 326 102 25 0 105 20 116 100 67
Binary 10101010 11010110 1000010 10101 0 1000101 10000 1001110 1000000 110111

Color Harmonies of #AAD642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD642

Black with #AAD642

Text Example


Text Example

White with #AAD642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD642; }

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

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

background-color css

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

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

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

border-color css

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

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

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