Html Css Color HEX #AFCE6F Caper

📋 copy color: '#AFCE6F'

red 175 ◦ green 206 ◦ blue 111

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

Shades of Caper #AFCE6F

Tints of Caper #AFCE6F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.87%

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

R = 35.57%
G = 41.87%
B = 22.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#AFCE6F (or 0xAFCE6F) is known color: Caper. HEX triplet: AF, CE and 6F. RGB value is (175,206,111). Sum of RGB (Red+Green+Blue) = 175+206+111=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE6F is #503190. Grayscale: #BABABA. Windows color (decimal): -5255569 or 7327407. OLE color: 7327407.

HSL color Cylindrical-coordinate representation of color #AFCE6F: hue angle of 79.58º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFCE6F is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 111 -
CMYK 0.15 0 0.46 0.19
HSL 79.58º 0.49% 0.62% -
HSV(B) 79.58º 0.46% 0.81% -
XYZ 42.62 54.4 23.29 -
YUV 185.9 85.73 120.22 -
System Red Green Blue C M Y K H S L
Decimal 175 206 111 0.15 0 0.46 0.19 79.58 0.49 0.62
Hex AF CE 6F F 0 2E 13 50 31 3E
Octal 257 316 157 17 0 56 23 120 61 76
Binary 10101111 11001110 1101111 1111 0 101110 10011 1010000 110001 111110

Color Harmonies of #AFCE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE6F

Black with #AFCE6F

Text Example


Text Example

White with #AFCE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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