Html Css Color HEX #AACD63 Conifer

📋 copy color: '#AACD63'

red 170 ◦ green 205 ◦ blue 99

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

Shades of Conifer #AACD63

Tints of Conifer #AACD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.89%

R = 35.86%
G = 43.25%
B = 20.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#AACD63 (or 0xAACD63) is known color: Conifer. HEX triplet: AA, CD and 63. RGB value is (170,205,99). Sum of RGB (Red+Green+Blue) = 170+205+99=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD63 is #55329C. Grayscale: #B6B6B6. Windows color (decimal): -5583517 or 6540714. OLE color: 6540714.

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

Color convert

RGB 170 205 99 -
CMYK 0.17 0 0.52 0.20
HSL 79.81º 0.51% 0.6% -
HSV(B) 79.81º 0.52% 0.8% -
XYZ 40.66 53.11 19.91 -
YUV 182.45 80.9 119.12 -
System Red Green Blue C M Y K H S L
Decimal 170 205 99 0.17 0 0.52 0.20 79.81 0.51 0.6
Hex AA CD 63 11 0 34 14 50 33 3C
Octal 252 315 143 21 0 64 24 120 63 74
Binary 10101010 11001101 1100011 10001 0 110100 10100 1010000 110011 111100

Color Harmonies of #AACD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD63

Black with #AACD63

Text Example


Text Example

White with #AACD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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