Html Css Color HEX #AAD26B Conifer

📋 copy color: '#AAD26B'

red 170 ◦ green 210 ◦ blue 107

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

Shades of Conifer #AAD26B

Tints of Conifer #AAD26B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.12%

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

R = 34.91%
G = 43.12%
B = 21.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#AAD26B (or 0xAAD26B) is known color: Conifer. HEX triplet: AA, D2 and 6B. RGB value is (170,210,107). Sum of RGB (Red+Green+Blue) = 170+210+107=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD26B is #552D94. Grayscale: #BABABA. Windows color (decimal): -5582229 or 7066282. OLE color: 7066282.

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

Color convert

RGB 170 210 107 -
CMYK 0.19 0 0.49 0.18
HSL 83.3º 0.53% 0.62% -
HSV(B) 83.3º 0.49% 0.82% -
XYZ 42.28 55.7 22.43 -
YUV 186.3 83.25 116.38 -
System Red Green Blue C M Y K H S L
Decimal 170 210 107 0.19 0 0.49 0.18 83.3 0.53 0.62
Hex AA D2 6B 13 0 31 12 53 35 3E
Octal 252 322 153 23 0 61 22 123 65 76
Binary 10101010 11010010 1101011 10011 0 110001 10010 1010011 110101 111110

Color Harmonies of #AAD26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD26B

Black with #AAD26B

Text Example


Text Example

White with #AAD26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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