Html Css Color HEX #AACD5D Conifer

📋 copy color: '#AACD5D'

red 170 ◦ green 205 ◦ blue 93

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

Shades of Conifer #AACD5D

Tints of Conifer #AACD5D

RGB

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

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

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

R = 36.32%
G = 43.8%
B = 19.87%

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

#AACD5D (or 0xAACD5D) is known color: Conifer. HEX triplet: AA, CD and 5D. RGB value is (170,205,93). Sum of RGB (Red+Green+Blue) = 170+205+93=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD5D is #5532A2. Grayscale: #B6B6B6. Windows color (decimal): -5583523 or 6147498. OLE color: 6147498.

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

Color convert

RGB 170 205 93 -
CMYK 0.17 0 0.55 0.20
HSL 78.75º 0.53% 0.58% -
HSV(B) 78.75º 0.55% 0.8% -
XYZ 40.38 53 18.46 -
YUV 181.77 77.9 119.61 -
System Red Green Blue C M Y K H S L
Decimal 170 205 93 0.17 0 0.55 0.20 78.75 0.53 0.58
Hex AA CD 5D 11 0 37 14 4F 35 3A
Octal 252 315 135 21 0 67 24 117 65 72
Binary 10101010 11001101 1011101 10001 0 110111 10100 1001111 110101 111010

Color Harmonies of #AACD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD5D

Black with #AACD5D

Text Example


Text Example

White with #AACD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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