Html Css Color HEX #AACD5E Conifer

📋 copy color: '#AACD5E'

red 170 ◦ green 205 ◦ blue 94

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

Shades of Conifer #AACD5E

Tints of Conifer #AACD5E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.71%

 BLUE value IS 94 (37.11% from 255) = 20.04%

R = 36.25%
G = 43.71%
B = 20.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#AACD5E (or 0xAACD5E) is known color: Conifer. HEX triplet: AA, CD and 5E. RGB value is (170,205,94). Sum of RGB (Red+Green+Blue) = 170+205+94=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD5E is #5532A1. Grayscale: #B6B6B6. Windows color (decimal): -5583522 or 6213034. OLE color: 6213034.

HSL color Cylindrical-coordinate representation of color #AACD5E: hue angle of 78.92º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AACD5E is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 94 -
CMYK 0.17 0 0.54 0.20
HSL 78.92º 0.53% 0.59% -
HSV(B) 78.92º 0.54% 0.8% -
XYZ 40.43 53.02 18.69 -
YUV 181.88 78.4 119.53 -
System Red Green Blue C M Y K H S L
Decimal 170 205 94 0.17 0 0.54 0.20 78.92 0.53 0.59
Hex AA CD 5E 11 0 36 14 4F 35 3B
Octal 252 315 136 21 0 66 24 117 65 73
Binary 10101010 11001101 1011110 10001 0 110110 10100 1001111 110101 111011

Color Harmonies of #AACD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD5E

Black with #AACD5E

Text Example


Text Example

White with #AACD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD5E; }

 p { color: rgb(170,205,94); }

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

background-color css

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

 a { background-color: rgb(170,205,94); }

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

border-color css

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

 span { border-color: rgb(170,205,94); }

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