Html Css Color HEX #AFC36C Caper

📋 copy color: '#AFC36C'

red 175 ◦ green 195 ◦ blue 108

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

Shades of Caper #AFC36C

Tints of Caper #AFC36C

RGB

 RED value IS 175 (68.75% from 255) = 36.61%

 GREEN value IS 195 (76.56% from 255) = 40.79%

 BLUE value IS 108 (42.58% from 255) = 22.59%

R = 36.61%
G = 40.79%
B = 22.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#AFC36C (or 0xAFC36C) is known color: Caper. HEX triplet: AF, C3 and 6C. RGB value is (175,195,108). Sum of RGB (Red+Green+Blue) = 175+195+108=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC36C is #503C93. Grayscale: #B3B3B3. Windows color (decimal): -5258388 or 7127983. OLE color: 7127983.

HSL color Cylindrical-coordinate representation of color #AFC36C: hue angle of 73.79º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFC36C is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 108 -
CMYK 0.10 0 0.45 0.24
HSL 73.79º 0.42% 0.59% -
HSV(B) 73.79º 0.45% 0.76% -
XYZ 39.9 49.23 21.59 -
YUV 179.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 175 195 108 0.10 0 0.45 0.24 73.79 0.42 0.59
Hex AF C3 6C A 0 2D 18 4A 2A 3B
Octal 257 303 154 12 0 55 30 112 52 73
Binary 10101111 11000011 1101100 1010 0 101101 11000 1001010 101010 111011

Color Harmonies of #AFC36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC36C

Black with #AFC36C

Text Example


Text Example

White with #AFC36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC36C; }

 p { color: rgb(175,195,108); }

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

background-color css

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

 a { background-color: rgb(175,195,108); }

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

border-color css

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

 span { border-color: rgb(175,195,108); }

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