Html Css Color HEX #AAD360 Conifer

📋 copy color: '#AAD360'

red 170 ◦ green 211 ◦ blue 96

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

Shades of Conifer #AAD360

Tints of Conifer #AAD360

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.23%

 BLUE value IS 96 (37.89% from 255) = 20.13%

R = 35.64%
G = 44.23%
B = 20.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#AAD360 (or 0xAAD360) is known color: Conifer. HEX triplet: AA, D3 and 60. RGB value is (170,211,96). Sum of RGB (Red+Green+Blue) = 170+211+96=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD360 is #552C9F. Grayscale: #BABABA. Windows color (decimal): -5581984 or 6345642. OLE color: 6345642.

HSL color Cylindrical-coordinate representation of color #AAD360: hue angle of 81.39º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAD360 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 96 -
CMYK 0.19 0 0.55 0.17
HSL 81.39º 0.57% 0.6% -
HSV(B) 81.39º 0.55% 0.83% -
XYZ 41.98 55.98 19.66 -
YUV 185.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 170 211 96 0.19 0 0.55 0.17 81.39 0.57 0.6
Hex AA D3 60 13 0 37 11 51 39 3C
Octal 252 323 140 23 0 67 21 121 71 74
Binary 10101010 11010011 1100000 10011 0 110111 10001 1010001 111001 111100

Color Harmonies of #AAD360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD360

Black with #AAD360

Text Example


Text Example

White with #AAD360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD360; }

 p { color: rgb(170,211,96); }

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

background-color css

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

 a { background-color: rgb(170,211,96); }

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

border-color css

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

 span { border-color: rgb(170,211,96); }

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