Html Css Color HEX #AFC27F Caper

📋 copy color: '#AFC27F'

red 175 ◦ green 194 ◦ blue 127

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

Shades of Caper #AFC27F

Tints of Caper #AFC27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.6%

R = 35.28%
G = 39.11%
B = 25.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#AFC27F (or 0xAFC27F) is known color: Caper. HEX triplet: AF, C2 and 7F. RGB value is (175,194,127). Sum of RGB (Red+Green+Blue) = 175+194+127=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC27F is #503D80. Grayscale: #B4B4B4. Windows color (decimal): -5258625 or 8372911. OLE color: 8372911.

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

Color convert

RGB 175 194 127 -
CMYK 0.10 0 0.35 0.24
HSL 77.01º 0.35% 0.63% -
HSV(B) 77.01º 0.35% 0.76% -
XYZ 40.8 49.23 27.43 -
YUV 180.68 97.71 123.95 -
System Red Green Blue C M Y K H S L
Decimal 175 194 127 0.10 0 0.35 0.24 77.01 0.35 0.63
Hex AF C2 7F A 0 23 18 4D 23 3F
Octal 257 302 177 12 0 43 30 115 43 77
Binary 10101111 11000010 1111111 1010 0 100011 11000 1001101 100011 111111

Color Harmonies of #AFC27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC27F

Black with #AFC27F

Text Example


Text Example

White with #AFC27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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