Html Css Color HEX #AFC06E Caper

📋 copy color: '#AFC06E'

red 175 ◦ green 192 ◦ blue 110

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

Shades of Caper #AFC06E

Tints of Caper #AFC06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.06%

R = 36.69%
G = 40.25%
B = 23.06%

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

#AFC06E (or 0xAFC06E) is known color: Caper. HEX triplet: AF, C0 and 6E. RGB value is (175,192,110). Sum of RGB (Red+Green+Blue) = 175+192+110=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC06E is #503F91. Grayscale: #B1B1B1. Windows color (decimal): -5259154 or 7258287. OLE color: 7258287.

HSL color Cylindrical-coordinate representation of color #AFC06E: hue angle of 72.44º degrees, saturation: 0.39, 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 #AFC06E is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 110 -
CMYK 0.09 0 0.43 0.25
HSL 72.44º 0.39% 0.59% -
HSV(B) 72.44º 0.43% 0.75% -
XYZ 39.34 47.94 21.93 -
YUV 177.57 89.87 126.17 -
System Red Green Blue C M Y K H S L
Decimal 175 192 110 0.09 0 0.43 0.25 72.44 0.39 0.59
Hex AF C0 6E 9 0 2B 19 48 27 3B
Octal 257 300 156 11 0 53 31 110 47 73
Binary 10101111 11000000 1101110 1001 0 101011 11001 1001000 100111 111011

Color Harmonies of #AFC06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC06E

Black with #AFC06E

Text Example


Text Example

White with #AFC06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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