Html Css Color HEX #AACD4C Conifer

📋 copy color: '#AACD4C'

red 170 ◦ green 205 ◦ blue 76

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

Shades of Conifer #AACD4C

Tints of Conifer #AACD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.85%

R = 37.69%
G = 45.45%
B = 16.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#AACD4C (or 0xAACD4C) is known color: Conifer. HEX triplet: AA, CD and 4C. RGB value is (170,205,76). Sum of RGB (Red+Green+Blue) = 170+205+76=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD4C is #5532B3. Grayscale: #B4B4B4. Windows color (decimal): -5583540 or 5033386. OLE color: 5033386.

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

Color convert

RGB 170 205 76 -
CMYK 0.17 0 0.63 0.20
HSL 76.28º 0.56% 0.55% -
HSV(B) 76.28º 0.63% 0.8% -
XYZ 39.71 52.73 14.92 -
YUV 179.83 69.4 120.99 -
System Red Green Blue C M Y K H S L
Decimal 170 205 76 0.17 0 0.63 0.20 76.28 0.56 0.55
Hex AA CD 4C 11 0 3F 14 4C 38 37
Octal 252 315 114 21 0 77 24 114 70 67
Binary 10101010 11001101 1001100 10001 0 111111 10100 1001100 111000 110111

Color Harmonies of #AACD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD4C

Black with #AACD4C

Text Example


Text Example

White with #AACD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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