Html Css Color HEX #AAD268 Conifer

📋 copy color: '#AAD268'

red 170 ◦ green 210 ◦ blue 104

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

Shades of Conifer #AAD268

Tints of Conifer #AAD268

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.39%

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

R = 35.12%
G = 43.39%
B = 21.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#AAD268 (or 0xAAD268) is known color: Conifer. HEX triplet: AA, D2 and 68. RGB value is (170,210,104). Sum of RGB (Red+Green+Blue) = 170+210+104=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD268 is #552D97. Grayscale: #BABABA. Windows color (decimal): -5582232 or 6869674. OLE color: 6869674.

HSL color Cylindrical-coordinate representation of color #AAD268: hue angle of 82.64º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAD268 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 104 -
CMYK 0.19 0 0.50 0.18
HSL 82.64º 0.54% 0.62% -
HSV(B) 82.64º 0.5% 0.82% -
XYZ 42.12 55.64 21.62 -
YUV 185.96 81.75 116.62 -
System Red Green Blue C M Y K H S L
Decimal 170 210 104 0.19 0 0.50 0.18 82.64 0.54 0.62
Hex AA D2 68 13 0 32 12 53 36 3E
Octal 252 322 150 23 0 62 22 123 66 76
Binary 10101010 11010010 1101000 10011 0 110010 10010 1010011 110110 111110

Color Harmonies of #AAD268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD268

Black with #AAD268

Text Example


Text Example

White with #AAD268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD268; }

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

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

background-color css

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

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

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

border-color css

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

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

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