Html Css Color HEX #AACC4A Conifer

📋 copy color: '#AACC4A'

red 170 ◦ green 204 ◦ blue 74

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

Shades of Conifer #AACC4A

Tints of Conifer #AACC4A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.54%

 BLUE value IS 74 (29.3% from 255) = 16.52%

R = 37.95%
G = 45.54%
B = 16.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#AACC4A (or 0xAACC4A) is known color: Conifer. HEX triplet: AA, CC and 4A. RGB value is (170,204,74). Sum of RGB (Red+Green+Blue) = 170+204+74=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC4A is #5533B5. Grayscale: #B3B3B3. Windows color (decimal): -5583798 or 4902058. OLE color: 4902058.

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

Color convert

RGB 170 204 74 -
CMYK 0.17 0 0.64 0.2
HSL 75.69º 0.56% 0.55% -
HSV(B) 75.69º 0.64% 0.8% -
XYZ 39.41 52.23 14.48 -
YUV 179.01 68.74 121.57 -
System Red Green Blue C M Y K H S L
Decimal 170 204 74 0.17 0 0.64 0.2 75.69 0.56 0.55
Hex AA CC 4A 11 0 40 14 4C 38 37
Octal 252 314 112 21 0 100 24 114 70 67
Binary 10101010 11001100 1001010 10001 0 1000000 10100 1001100 111000 110111

Color Harmonies of #AACC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC4A

Black with #AACC4A

Text Example


Text Example

White with #AACC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC4A; }

 p { color: rgb(170,204,74); }

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

background-color css

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

 a { background-color: rgb(170,204,74); }

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

border-color css

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

 span { border-color: rgb(170,204,74); }

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