Html Css Color HEX #AFD16E Caper

📋 copy color: '#AFD16E'

red 175 ◦ green 209 ◦ blue 110

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

Shades of Caper #AFD16E

Tints of Caper #AFD16E

RGB

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

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

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

R = 35.43%
G = 42.31%
B = 22.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#AFD16E (or 0xAFD16E) is known color: Caper. HEX triplet: AF, D1 and 6E. RGB value is (175,209,110). Sum of RGB (Red+Green+Blue) = 175+209+110=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD16E is #502E91. Grayscale: #BBBBBB. Windows color (decimal): -5254802 or 7262639. OLE color: 7262639.

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

Color convert

RGB 175 209 110 -
CMYK 0.16 0 0.47 0.18
HSL 80.61º 0.52% 0.63% -
HSV(B) 80.61º 0.47% 0.82% -
XYZ 43.29 55.84 23.25 -
YUV 187.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 175 209 110 0.16 0 0.47 0.18 80.61 0.52 0.63
Hex AF D1 6E 10 0 2F 12 51 34 3F
Octal 257 321 156 20 0 57 22 121 64 77
Binary 10101111 11010001 1101110 10000 0 101111 10010 1010001 110100 111111

Color Harmonies of #AFD16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD16E

Black with #AFD16E

Text Example


Text Example

White with #AFD16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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