Html Css Color HEX #AADD69 Conifer

📋 copy color: '#AADD69'

red 170 ◦ green 221 ◦ blue 105

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

Shades of Conifer #AADD69

Tints of Conifer #AADD69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.17%

R = 34.27%
G = 44.56%
B = 21.17%

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

#AADD69 (or 0xAADD69) is known color: Conifer. HEX triplet: AA, DD and 69. RGB value is (170,221,105). Sum of RGB (Red+Green+Blue) = 170+221+105=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD69 is #552296. Grayscale: #C0C0C0. Windows color (decimal): -5579415 or 6938026. OLE color: 6938026.

HSL color Cylindrical-coordinate representation of color #AADD69: hue angle of 86.38º 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 #AADD69 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 105 -
CMYK 0.23 0 0.52 0.13
HSL 86.38º 0.63% 0.64% -
HSV(B) 86.38º 0.52% 0.87% -
XYZ 44.98 61.28 22.82 -
YUV 192.53 78.6 111.93 -
System Red Green Blue C M Y K H S L
Decimal 170 221 105 0.23 0 0.52 0.13 86.38 0.63 0.64
Hex AA DD 69 17 0 34 D 56 3F 40
Octal 252 335 151 27 0 64 15 126 77 100
Binary 10101010 11011101 1101001 10111 0 110100 1101 1010110 111111 1000000

Color Harmonies of #AADD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD69

Black with #AADD69

Text Example


Text Example

White with #AADD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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