Html Css Color HEX #AACC74 Caper

📋 copy color: '#AACC74'

red 170 ◦ green 204 ◦ blue 116

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

Shades of Caper #AACC74

Tints of Caper #AACC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.67%

R = 34.69%
G = 41.63%
B = 23.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#AACC74 (or 0xAACC74) is known color: Caper. HEX triplet: AA, CC and 74. RGB value is (170,204,116). Sum of RGB (Red+Green+Blue) = 170+204+116=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC74 is #55338B. Grayscale: #B8B8B8. Windows color (decimal): -5583756 or 7654570. OLE color: 7654570.

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

Color convert

RGB 170 204 116 -
CMYK 0.17 0 0.43 0.2
HSL 83.18º 0.46% 0.63% -
HSV(B) 83.18º 0.43% 0.8% -
XYZ 41.32 52.99 24.57 -
YUV 183.8 89.74 118.16 -
System Red Green Blue C M Y K H S L
Decimal 170 204 116 0.17 0 0.43 0.2 83.18 0.46 0.63
Hex AA CC 74 11 0 2B 14 53 2E 3F
Octal 252 314 164 21 0 53 24 123 56 77
Binary 10101010 11001100 1110100 10001 0 101011 10100 1010011 101110 111111

Color Harmonies of #AACC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC74

Black with #AACC74

Text Example


Text Example

White with #AACC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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