Html Css Color HEX #AACC75 Caper

📋 copy color: '#AACC75'

red 170 ◦ green 204 ◦ blue 117

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

Shades of Caper #AACC75

Tints of Caper #AACC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 34.62%
G = 41.55%
B = 23.83%

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

#AACC75 (or 0xAACC75) is known color: Caper. HEX triplet: AA, CC and 75. RGB value is (170,204,117). Sum of RGB (Red+Green+Blue) = 170+204+117=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC75 is #55338A. Grayscale: #B8B8B8. Windows color (decimal): -5583755 or 7720106. OLE color: 7720106.

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

Color convert

RGB 170 204 117 -
CMYK 0.17 0 0.43 0.2
HSL 83.45º 0.46% 0.63% -
HSV(B) 83.45º 0.43% 0.8% -
XYZ 41.38 53.02 24.88 -
YUV 183.92 90.24 118.07 -
System Red Green Blue C M Y K H S L
Decimal 170 204 117 0.17 0 0.43 0.2 83.45 0.46 0.63
Hex AA CC 75 11 0 2B 14 53 2E 3F
Octal 252 314 165 21 0 53 24 123 56 77
Binary 10101010 11001100 1110101 10001 0 101011 10100 1010011 101110 111111

Color Harmonies of #AACC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC75

Black with #AACC75

Text Example


Text Example

White with #AACC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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