Html Css Color HEX #AFC26F Caper

📋 copy color: '#AFC26F'

red 175 ◦ green 194 ◦ blue 111

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

Shades of Caper #AFC26F

Tints of Caper #AFC26F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.42%

 BLUE value IS 111 (43.75% from 255) = 23.13%

R = 36.46%
G = 40.42%
B = 23.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#AFC26F (or 0xAFC26F) is known color: Caper. HEX triplet: AF, C2 and 6F. RGB value is (175,194,111). Sum of RGB (Red+Green+Blue) = 175+194+111=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC26F is #503D90. Grayscale: #B3B3B3. Windows color (decimal): -5258641 or 7324335. OLE color: 7324335.

HSL color Cylindrical-coordinate representation of color #AFC26F: hue angle of 73.73º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFC26F is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 111 -
CMYK 0.10 0 0.43 0.24
HSL 73.73º 0.4% 0.6% -
HSV(B) 73.73º 0.43% 0.76% -
XYZ 39.84 48.85 22.37 -
YUV 178.86 89.71 125.25 -
System Red Green Blue C M Y K H S L
Decimal 175 194 111 0.10 0 0.43 0.24 73.73 0.4 0.6
Hex AF C2 6F A 0 2B 18 4A 28 3C
Octal 257 302 157 12 0 53 30 112 50 74
Binary 10101111 11000010 1101111 1010 0 101011 11000 1001010 101000 111100

Color Harmonies of #AFC26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC26F

Black with #AFC26F

Text Example


Text Example

White with #AFC26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC26F; }

 p { color: rgb(175,194,111); }

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

background-color css

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

 a { background-color: rgb(175,194,111); }

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

border-color css

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

 span { border-color: rgb(175,194,111); }

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