Html Css Color HEX #AFD26D Caper

📋 copy color: '#AFD26D'

red 175 ◦ green 210 ◦ blue 109

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

Shades of Caper #AFD26D

Tints of Caper #AFD26D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.51%

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

R = 35.43%
G = 42.51%
B = 22.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#AFD26D (or 0xAFD26D) is known color: Caper. HEX triplet: AF, D2 and 6D. RGB value is (175,210,109). Sum of RGB (Red+Green+Blue) = 175+210+109=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD26D is #502D92. Grayscale: #BCBCBC. Windows color (decimal): -5254547 or 7197359. OLE color: 7197359.

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

Color convert

RGB 175 210 109 -
CMYK 0.17 0 0.48 0.18
HSL 80.79º 0.53% 0.63% -
HSV(B) 80.79º 0.48% 0.82% -
XYZ 43.49 56.31 23.05 -
YUV 188.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 175 210 109 0.17 0 0.48 0.18 80.79 0.53 0.63
Hex AF D2 6D 11 0 30 12 51 35 3F
Octal 257 322 155 21 0 60 22 121 65 77
Binary 10101111 11010010 1101101 10001 0 110000 10010 1010001 110101 111111

Color Harmonies of #AFD26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD26D

Black with #AFD26D

Text Example


Text Example

White with #AFD26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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