Html Css Color HEX #AACD5C Conifer

📋 copy color: '#AACD5C'

red 170 ◦ green 205 ◦ blue 92

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

Shades of Conifer #AACD5C

Tints of Conifer #AACD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.7%

R = 36.4%
G = 43.9%
B = 19.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#AACD5C (or 0xAACD5C) is known color: Conifer. HEX triplet: AA, CD and 5C. RGB value is (170,205,92). Sum of RGB (Red+Green+Blue) = 170+205+92=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD5C is #5532A3. Grayscale: #B6B6B6. Windows color (decimal): -5583524 or 6081962. OLE color: 6081962.

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

Color convert

RGB 170 205 92 -
CMYK 0.17 0 0.55 0.20
HSL 78.58º 0.53% 0.58% -
HSV(B) 78.58º 0.55% 0.8% -
XYZ 40.34 52.98 18.23 -
YUV 181.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 170 205 92 0.17 0 0.55 0.20 78.58 0.53 0.58
Hex AA CD 5C 11 0 37 14 4F 35 3A
Octal 252 315 134 21 0 67 24 117 65 72
Binary 10101010 11001101 1011100 10001 0 110111 10100 1001111 110101 111010

Color Harmonies of #AACD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD5C

Black with #AACD5C

Text Example


Text Example

White with #AACD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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