Html Css Color HEX #AFCA7F Caper

📋 copy color: '#AFCA7F'

red 175 ◦ green 202 ◦ blue 127

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

Shades of Caper #AFCA7F

Tints of Caper #AFCA7F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.08%

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

R = 34.72%
G = 40.08%
B = 25.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#AFCA7F (or 0xAFCA7F) is known color: Caper. HEX triplet: AF, CA and 7F. RGB value is (175,202,127). Sum of RGB (Red+Green+Blue) = 175+202+127=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA7F is #503580. Grayscale: #B9B9B9. Windows color (decimal): -5256577 or 8374959. OLE color: 8374959.

HSL color Cylindrical-coordinate representation of color #AFCA7F: hue angle of 81.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFCA7F is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 127 -
CMYK 0.13 0 0.37 0.21
HSL 81.6º 0.41% 0.65% -
HSV(B) 81.6º 0.37% 0.79% -
XYZ 42.63 52.89 28.04 -
YUV 185.38 95.05 120.6 -
System Red Green Blue C M Y K H S L
Decimal 175 202 127 0.13 0 0.37 0.21 81.6 0.41 0.65
Hex AF CA 7F D 0 25 15 52 29 41
Octal 257 312 177 15 0 45 25 122 51 101
Binary 10101111 11001010 1111111 1101 0 100101 10101 1010010 101001 1000001

Color Harmonies of #AFCA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA7F

Black with #AFCA7F

Text Example


Text Example

White with #AFCA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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