Html Css Color HEX #AAD36B Conifer

📋 copy color: '#AAD36B'

red 170 ◦ green 211 ◦ blue 107

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

Shades of Conifer #AAD36B

Tints of Conifer #AAD36B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.93%

R = 34.84%
G = 43.24%
B = 21.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#AAD36B (or 0xAAD36B) is known color: Conifer. HEX triplet: AA, D3 and 6B. RGB value is (170,211,107). Sum of RGB (Red+Green+Blue) = 170+211+107=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD36B is #552C94. Grayscale: #BBBBBB. Windows color (decimal): -5581973 or 7066538. OLE color: 7066538.

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

Color convert

RGB 170 211 107 -
CMYK 0.19 0 0.49 0.17
HSL 83.65º 0.54% 0.62% -
HSV(B) 83.65º 0.49% 0.83% -
XYZ 42.53 56.2 22.52 -
YUV 186.89 82.92 115.96 -
System Red Green Blue C M Y K H S L
Decimal 170 211 107 0.19 0 0.49 0.17 83.65 0.54 0.62
Hex AA D3 6B 13 0 31 11 54 36 3E
Octal 252 323 153 23 0 61 21 124 66 76
Binary 10101010 11010011 1101011 10011 0 110001 10001 1010100 110110 111110

Color Harmonies of #AAD36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD36B

Black with #AAD36B

Text Example


Text Example

White with #AAD36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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