Html Css Color HEX #AAC95D Conifer

📋 copy color: '#AAC95D'

red 170 ◦ green 201 ◦ blue 93

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

Shades of Conifer #AAC95D

Tints of Conifer #AAC95D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.32%

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

R = 36.64%
G = 43.32%
B = 20.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#AAC95D (or 0xAAC95D) is known color: Conifer. HEX triplet: AA, C9 and 5D. RGB value is (170,201,93). Sum of RGB (Red+Green+Blue) = 170+201+93=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC95D is #5536A2. Grayscale: #B3B3B3. Windows color (decimal): -5584547 or 6146474. OLE color: 6146474.

HSL color Cylindrical-coordinate representation of color #AAC95D: hue angle of 77.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAC95D is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 93 -
CMYK 0.15 0 0.54 0.21
HSL 77.22º 0.5% 0.58% -
HSV(B) 77.22º 0.54% 0.79% -
XYZ 39.44 51.11 18.14 -
YUV 179.42 79.23 121.28 -
System Red Green Blue C M Y K H S L
Decimal 170 201 93 0.15 0 0.54 0.21 77.22 0.5 0.58
Hex AA C9 5D F 0 36 15 4D 32 3A
Octal 252 311 135 17 0 66 25 115 62 72
Binary 10101010 11001001 1011101 1111 0 110110 10101 1001101 110010 111010

Color Harmonies of #AAC95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC95D

Black with #AAC95D

Text Example


Text Example

White with #AAC95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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