Html Css Color HEX #AFD16C Caper

📋 copy color: '#AFD16C'

red 175 ◦ green 209 ◦ blue 108

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

Shades of Caper #AFD16C

Tints of Caper #AFD16C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.48%

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

R = 35.57%
G = 42.48%
B = 21.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#AFD16C (or 0xAFD16C) is known color: Caper. HEX triplet: AF, D1 and 6C. RGB value is (175,209,108). Sum of RGB (Red+Green+Blue) = 175+209+108=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD16C is #502E93. Grayscale: #BBBBBB. Windows color (decimal): -5254804 or 7131567. OLE color: 7131567.

HSL color Cylindrical-coordinate representation of color #AFD16C: hue angle of 80.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFD16C is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 209 108 -
CMYK 0.16 0 0.48 0.18
HSL 80.2º 0.52% 0.62% -
HSV(B) 80.2º 0.48% 0.82% -
XYZ 43.19 55.8 22.68 -
YUV 187.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 175 209 108 0.16 0 0.48 0.18 80.2 0.52 0.62
Hex AF D1 6C 10 0 30 12 50 34 3E
Octal 257 321 154 20 0 60 22 120 64 76
Binary 10101111 11010001 1101100 10000 0 110000 10010 1010000 110100 111110

Color Harmonies of #AFD16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD16C

Black with #AFD16C

Text Example


Text Example

White with #AFD16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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