Html Css Color HEX #AFD26E Caper

📋 copy color: '#AFD26E'

red 175 ◦ green 210 ◦ blue 110

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

Shades of Caper #AFD26E

Tints of Caper #AFD26E

RGB

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

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

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

R = 35.35%
G = 42.42%
B = 22.22%

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

#AFD26E (or 0xAFD26E) is known color: Caper. HEX triplet: AF, D2 and 6E. RGB value is (175,210,110). Sum of RGB (Red+Green+Blue) = 175+210+110=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD26E is #502D91. Grayscale: #BCBCBC. Windows color (decimal): -5254546 or 7262895. OLE color: 7262895.

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

Color convert

RGB 175 210 110 -
CMYK 0.17 0 0.48 0.18
HSL 81º 0.53% 0.63% -
HSV(B) 81º 0.48% 0.82% -
XYZ 43.54 56.33 23.33 -
YUV 188.14 83.9 118.63 -
System Red Green Blue C M Y K H S L
Decimal 175 210 110 0.17 0 0.48 0.18 81 0.53 0.63
Hex AF D2 6E 11 0 30 12 51 35 3F
Octal 257 322 156 21 0 60 22 121 65 77
Binary 10101111 11010010 1101110 10001 0 110000 10010 1010001 110101 111111

Color Harmonies of #AFD26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD26E

Black with #AFD26E

Text Example


Text Example

White with #AFD26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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