Html Css Color HEX #AAD667 Conifer

📋 copy color: '#AAD667'

red 170 ◦ green 214 ◦ blue 103

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

Shades of Conifer #AAD667

Tints of Conifer #AAD667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.15%

R = 34.91%
G = 43.94%
B = 21.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#AAD667 (or 0xAAD667) is known color: Conifer. HEX triplet: AA, D6 and 67. RGB value is (170,214,103). Sum of RGB (Red+Green+Blue) = 170+214+103=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD667 is #552998. Grayscale: #BCBCBC. Windows color (decimal): -5581209 or 6805162. OLE color: 6805162.

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

Color convert

RGB 170 214 103 -
CMYK 0.21 0 0.52 0.16
HSL 83.78º 0.58% 0.62% -
HSV(B) 83.78º 0.52% 0.84% -
XYZ 43.07 57.62 21.68 -
YUV 188.19 79.92 115.03 -
System Red Green Blue C M Y K H S L
Decimal 170 214 103 0.21 0 0.52 0.16 83.78 0.58 0.62
Hex AA D6 67 15 0 34 10 54 3A 3E
Octal 252 326 147 25 0 64 20 124 72 76
Binary 10101010 11010110 1100111 10101 0 110100 10000 1010100 111010 111110

Color Harmonies of #AAD667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD667

Black with #AAD667

Text Example


Text Example

White with #AAD667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD667; }

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

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

background-color css

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

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

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

border-color css

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

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

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