Html Css Color HEX #AACA5D Conifer

📋 copy color: '#AACA5D'

red 170 ◦ green 202 ◦ blue 93

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

Shades of Conifer #AACA5D

Tints of Conifer #AACA5D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.44%

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

R = 36.56%
G = 43.44%
B = 20%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#AACA5D (or 0xAACA5D) is known color: Conifer. HEX triplet: AA, CA and 5D. RGB value is (170,202,93). Sum of RGB (Red+Green+Blue) = 170+202+93=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA5D is #5535A2. Grayscale: #B4B4B4. Windows color (decimal): -5584291 or 6146730. OLE color: 6146730.

HSL color Cylindrical-coordinate representation of color #AACA5D: hue angle of 77.61º degrees, saturation: 0.51, 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 #AACA5D is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 93 -
CMYK 0.16 0 0.54 0.21
HSL 77.61º 0.51% 0.58% -
HSV(B) 77.61º 0.54% 0.79% -
XYZ 39.67 51.58 18.22 -
YUV 180.01 78.9 120.86 -
System Red Green Blue C M Y K H S L
Decimal 170 202 93 0.16 0 0.54 0.21 77.61 0.51 0.58
Hex AA CA 5D 10 0 36 15 4E 33 3A
Octal 252 312 135 20 0 66 25 116 63 72
Binary 10101010 11001010 1011101 10000 0 110110 10101 1001110 110011 111010

Color Harmonies of #AACA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA5D

Black with #AACA5D

Text Example


Text Example

White with #AACA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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