Html Css Color HEX #AAD15D Conifer

📋 copy color: '#AAD15D'

red 170 ◦ green 209 ◦ blue 93

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

Shades of Conifer #AAD15D

Tints of Conifer #AAD15D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.28%

 BLUE value IS 93 (36.72% from 255) = 19.7%

R = 36.02%
G = 44.28%
B = 19.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#AAD15D (or 0xAAD15D) is known color: Conifer. HEX triplet: AA, D1 and 5D. RGB value is (170,209,93). Sum of RGB (Red+Green+Blue) = 170+209+93=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD15D is #552EA2. Grayscale: #B8B8B8. Windows color (decimal): -5582499 or 6148522. OLE color: 6148522.

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

Color convert

RGB 170 209 93 -
CMYK 0.19 0 0.56 0.18
HSL 80.17º 0.56% 0.59% -
HSV(B) 80.17º 0.56% 0.82% -
XYZ 41.35 54.94 18.78 -
YUV 184.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 170 209 93 0.19 0 0.56 0.18 80.17 0.56 0.59
Hex AA D1 5D 13 0 38 12 50 38 3B
Octal 252 321 135 23 0 70 22 120 70 73
Binary 10101010 11010001 1011101 10011 0 111000 10010 1010000 111000 111011

Color Harmonies of #AAD15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD15D

Black with #AAD15D

Text Example


Text Example

White with #AAD15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD15D; }

 p { color: rgb(170,209,93); }

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

background-color css

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

 a { background-color: rgb(170,209,93); }

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

border-color css

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

 span { border-color: rgb(170,209,93); }

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