Html Css Color HEX #AACD5F Conifer

📋 copy color: '#AACD5F'

red 170 ◦ green 205 ◦ blue 95

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

Shades of Conifer #AACD5F

Tints of Conifer #AACD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.21%

R = 36.17%
G = 43.62%
B = 20.21%

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

#AACD5F (or 0xAACD5F) is known color: Conifer. HEX triplet: AA, CD and 5F. RGB value is (170,205,95). Sum of RGB (Red+Green+Blue) = 170+205+95=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD5F is #5532A0. Grayscale: #B6B6B6. Windows color (decimal): -5583521 or 6278570. OLE color: 6278570.

HSL color Cylindrical-coordinate representation of color #AACD5F: hue angle of 79.09º degrees, saturation: 0.52, 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 #AACD5F is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 95 -
CMYK 0.17 0 0.54 0.20
HSL 79.09º 0.52% 0.59% -
HSV(B) 79.09º 0.54% 0.8% -
XYZ 40.47 53.03 18.93 -
YUV 182 78.9 119.44 -
System Red Green Blue C M Y K H S L
Decimal 170 205 95 0.17 0 0.54 0.20 79.09 0.52 0.59
Hex AA CD 5F 11 0 36 14 4F 34 3B
Octal 252 315 137 21 0 66 24 117 64 73
Binary 10101010 11001101 1011111 10001 0 110110 10100 1001111 110100 111011

Color Harmonies of #AACD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD5F

Black with #AACD5F

Text Example


Text Example

White with #AACD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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