Html Css Color HEX #AFD16D Caper

📋 copy color: '#AFD16D'

red 175 ◦ green 209 ◦ blue 109

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

Shades of Caper #AFD16D

Tints of Caper #AFD16D

RGB

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

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

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

R = 35.5%
G = 42.39%
B = 22.11%

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

#AFD16D (or 0xAFD16D) is known color: Caper. HEX triplet: AF, D1 and 6D. RGB value is (175,209,109). Sum of RGB (Red+Green+Blue) = 175+209+109=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD16D is #502E92. Grayscale: #BBBBBB. Windows color (decimal): -5254803 or 7197103. OLE color: 7197103.

HSL color Cylindrical-coordinate representation of color #AFD16D: hue angle of 80.4º 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 #AFD16D is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 209 109 -
CMYK 0.16 0 0.48 0.18
HSL 80.4º 0.52% 0.62% -
HSV(B) 80.4º 0.48% 0.82% -
XYZ 43.24 55.82 22.96 -
YUV 187.43 83.74 119.13 -
System Red Green Blue C M Y K H S L
Decimal 175 209 109 0.16 0 0.48 0.18 80.4 0.52 0.62
Hex AF D1 6D 10 0 30 12 50 34 3E
Octal 257 321 155 20 0 60 22 120 64 76
Binary 10101111 11010001 1101101 10000 0 110000 10010 1010000 110100 111110

Color Harmonies of #AFD16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD16D

Black with #AFD16D

Text Example


Text Example

White with #AFD16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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