Html Css Color HEX #AAD742 Atlantis

📋 copy color: '#AAD742'

red 170 ◦ green 215 ◦ blue 66

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

Shades of Atlantis #AAD742

Tints of Atlantis #AAD742

RGB

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

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

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

R = 37.69%
G = 47.67%
B = 14.63%

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

#AAD742 (or 0xAAD742) is known color: Atlantis. HEX triplet: AA, D7 and 42. RGB value is (170,215,66). Sum of RGB (Red+Green+Blue) = 170+215+66=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD742 is #5528BD. Grayscale: #B9B9B9. Windows color (decimal): -5580990 or 4380586. OLE color: 4380586.

HSL color Cylindrical-coordinate representation of color #AAD742: hue angle of 78.12º degrees, saturation: 0.65, 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 #AAD742 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 66 -
CMYK 0.21 0 0.69 0.16
HSL 78.12º 0.65% 0.55% -
HSV(B) 78.12º 0.69% 0.84% -
XYZ 41.86 57.54 14.05 -
YUV 184.56 61.09 117.62 -
System Red Green Blue C M Y K H S L
Decimal 170 215 66 0.21 0 0.69 0.16 78.12 0.65 0.55
Hex AA D7 42 15 0 45 10 4E 41 37
Octal 252 327 102 25 0 105 20 116 101 67
Binary 10101010 11010111 1000010 10101 0 1000101 10000 1001110 1000001 110111

Color Harmonies of #AAD742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD742

Black with #AAD742

Text Example


Text Example

White with #AAD742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD742; }

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

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

background-color css

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

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

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

border-color css

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

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

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