Html Css Color HEX #AADD6C Conifer

📋 copy color: '#AADD6C'

red 170 ◦ green 221 ◦ blue 108

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

Shades of Conifer #AADD6C

Tints of Conifer #AADD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.64%

R = 34.07%
G = 44.29%
B = 21.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#AADD6C (or 0xAADD6C) is known color: Conifer. HEX triplet: AA, DD and 6C. RGB value is (170,221,108). Sum of RGB (Red+Green+Blue) = 170+221+108=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD6C is #552293. Grayscale: #C1C1C1. Windows color (decimal): -5579412 or 7134634. OLE color: 7134634.

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

Color convert

RGB 170 221 108 -
CMYK 0.23 0 0.51 0.13
HSL 87.08º 0.62% 0.65% -
HSV(B) 87.08º 0.51% 0.87% -
XYZ 45.14 61.34 23.65 -
YUV 192.87 80.1 111.69 -
System Red Green Blue C M Y K H S L
Decimal 170 221 108 0.23 0 0.51 0.13 87.08 0.62 0.65
Hex AA DD 6C 17 0 33 D 57 3E 41
Octal 252 335 154 27 0 63 15 127 76 101
Binary 10101010 11011101 1101100 10111 0 110011 1101 1010111 111110 1000001

Color Harmonies of #AADD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD6C

Black with #AADD6C

Text Example


Text Example

White with #AADD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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