Html Css Color HEX #A9C475 Caper

📋 copy color: '#A9C475'

red 169 ◦ green 196 ◦ blue 117

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

Shades of Caper #A9C475

Tints of Caper #A9C475

RGB

 RED value IS 169 (66.41% from 255) = 35.06%

 GREEN value IS 196 (76.95% from 255) = 40.66%

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

R = 35.06%
G = 40.66%
B = 24.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#A9C475 (or 0xA9C475) is known color: Caper. HEX triplet: A9, C4 and 75. RGB value is (169,196,117). Sum of RGB (Red+Green+Blue) = 169+196+117=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C475 is #563B8A. Grayscale: #B3B3B3. Windows color (decimal): -5651339 or 7718057. OLE color: 7718057.

HSL color Cylindrical-coordinate representation of color #A9C475: hue angle of 80.51º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9C475 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 196 117 -
CMYK 0.14 0 0.40 0.23
HSL 80.51º 0.4% 0.61% -
HSV(B) 80.51º 0.4% 0.77% -
XYZ 39.31 49.2 24.25 -
YUV 178.92 93.05 120.92 -
System Red Green Blue C M Y K H S L
Decimal 169 196 117 0.14 0 0.40 0.23 80.51 0.4 0.61
Hex A9 C4 75 E 0 28 17 51 28 3D
Octal 251 304 165 16 0 50 27 121 50 75
Binary 10101001 11000100 1110101 1110 0 101000 10111 1010001 101000 111101

Color Harmonies of #A9C475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C475

Black with #A9C475

Text Example


Text Example

White with #A9C475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C475; }

 p { color: rgb(169,196,117); }

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

background-color css

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

 a { background-color: rgb(169,196,117); }

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

border-color css

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

 span { border-color: rgb(169,196,117); }

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