Html Css Color HEX #AFC06D Caper

📋 copy color: '#AFC06D'

red 175 ◦ green 192 ◦ blue 109

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

Shades of Caper #AFC06D

Tints of Caper #AFC06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.9%

R = 36.76%
G = 40.34%
B = 22.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#AFC06D (or 0xAFC06D) is known color: Caper. HEX triplet: AF, C0 and 6D. RGB value is (175,192,109). Sum of RGB (Red+Green+Blue) = 175+192+109=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC06D is #503F92. Grayscale: #B1B1B1. Windows color (decimal): -5259155 or 7192751. OLE color: 7192751.

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

Color convert

RGB 175 192 109 -
CMYK 0.09 0 0.43 0.25
HSL 72.29º 0.4% 0.59% -
HSV(B) 72.29º 0.43% 0.75% -
XYZ 39.29 47.92 21.65 -
YUV 177.46 89.37 126.25 -
System Red Green Blue C M Y K H S L
Decimal 175 192 109 0.09 0 0.43 0.25 72.29 0.4 0.59
Hex AF C0 6D 9 0 2B 19 48 28 3B
Octal 257 300 155 11 0 53 31 110 50 73
Binary 10101111 11000000 1101101 1001 0 101011 11001 1001000 101000 111011

Color Harmonies of #AFC06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC06D

Black with #AFC06D

Text Example


Text Example

White with #AFC06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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