Html Css Color HEX #AAD668 Conifer

📋 copy color: '#AAD668'

red 170 ◦ green 214 ◦ blue 104

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

Shades of Conifer #AAD668

Tints of Conifer #AAD668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.85%

 BLUE value IS 104 (41.02% from 255) = 21.31%

R = 34.84%
G = 43.85%
B = 21.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#AAD668 (or 0xAAD668) is known color: Conifer. HEX triplet: AA, D6 and 68. RGB value is (170,214,104). Sum of RGB (Red+Green+Blue) = 170+214+104=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD668 is #552997. Grayscale: #BCBCBC. Windows color (decimal): -5581208 or 6870698. OLE color: 6870698.

HSL color Cylindrical-coordinate representation of color #AAD668: hue angle of 84º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAD668 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 104 -
CMYK 0.21 0 0.51 0.16
HSL 84º 0.57% 0.62% -
HSV(B) 84º 0.51% 0.84% -
XYZ 43.12 57.64 21.95 -
YUV 188.3 80.42 114.94 -
System Red Green Blue C M Y K H S L
Decimal 170 214 104 0.21 0 0.51 0.16 84 0.57 0.62
Hex AA D6 68 15 0 33 10 54 39 3E
Octal 252 326 150 25 0 63 20 124 71 76
Binary 10101010 11010110 1101000 10101 0 110011 10000 1010100 111001 111110

Color Harmonies of #AAD668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD668

Black with #AAD668

Text Example


Text Example

White with #AAD668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD668; }

 p { color: rgb(170,214,104); }

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

background-color css

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

 a { background-color: rgb(170,214,104); }

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

border-color css

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

 span { border-color: rgb(170,214,104); }

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