Html Css Color HEX #AADD6B Conifer

📋 copy color: '#AADD6B'

red 170 ◦ green 221 ◦ blue 107

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

Shades of Conifer #AADD6B

Tints of Conifer #AADD6B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.38%

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

R = 34.14%
G = 44.38%
B = 21.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#AADD6B (or 0xAADD6B) is known color: Conifer. HEX triplet: AA, DD and 6B. RGB value is (170,221,107). Sum of RGB (Red+Green+Blue) = 170+221+107=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD6B is #552294. Grayscale: #C1C1C1. Windows color (decimal): -5579413 or 7069098. OLE color: 7069098.

HSL color Cylindrical-coordinate representation of color #AADD6B: hue angle of 86.84º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AADD6B is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 107 -
CMYK 0.23 0 0.52 0.13
HSL 86.84º 0.63% 0.64% -
HSV(B) 86.84º 0.52% 0.87% -
XYZ 45.09 61.32 23.37 -
YUV 192.76 79.6 111.77 -
System Red Green Blue C M Y K H S L
Decimal 170 221 107 0.23 0 0.52 0.13 86.84 0.63 0.64
Hex AA DD 6B 17 0 34 D 57 3F 40
Octal 252 335 153 27 0 64 15 127 77 100
Binary 10101010 11011101 1101011 10111 0 110100 1101 1010111 111111 1000000

Color Harmonies of #AADD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD6B

Black with #AADD6B

Text Example


Text Example

White with #AADD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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