Html Css Color HEX #AFC06F Caper

📋 copy color: '#AFC06F'

red 175 ◦ green 192 ◦ blue 111

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

Shades of Caper #AFC06F

Tints of Caper #AFC06F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.17%

 BLUE value IS 111 (43.75% from 255) = 23.22%

R = 36.61%
G = 40.17%
B = 23.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#AFC06F (or 0xAFC06F) is known color: Caper. HEX triplet: AF, C0 and 6F. RGB value is (175,192,111). Sum of RGB (Red+Green+Blue) = 175+192+111=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC06F is #503F90. Grayscale: #B1B1B1. Windows color (decimal): -5259153 or 7323823. OLE color: 7323823.

HSL color Cylindrical-coordinate representation of color #AFC06F: hue angle of 72.59º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFC06F is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 111 -
CMYK 0.09 0 0.42 0.25
HSL 72.59º 0.39% 0.59% -
HSV(B) 72.59º 0.42% 0.75% -
XYZ 39.4 47.96 22.22 -
YUV 177.68 90.37 126.09 -
System Red Green Blue C M Y K H S L
Decimal 175 192 111 0.09 0 0.42 0.25 72.59 0.39 0.59
Hex AF C0 6F 9 0 2A 19 49 27 3B
Octal 257 300 157 11 0 52 31 111 47 73
Binary 10101111 11000000 1101111 1001 0 101010 11001 1001001 100111 111011

Color Harmonies of #AFC06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC06F

Black with #AFC06F

Text Example


Text Example

White with #AFC06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC06F; }

 p { color: rgb(175,192,111); }

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

background-color css

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

 a { background-color: rgb(175,192,111); }

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

border-color css

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

 span { border-color: rgb(175,192,111); }

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