Html Css Color HEX #AFCE6E Caper

📋 copy color: '#AFCE6E'

red 175 ◦ green 206 ◦ blue 110

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

Shades of Caper #AFCE6E

Tints of Caper #AFCE6E

RGB

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

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

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

R = 35.64%
G = 41.96%
B = 22.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#AFCE6E (or 0xAFCE6E) is known color: Caper. HEX triplet: AF, CE and 6E. RGB value is (175,206,110). Sum of RGB (Red+Green+Blue) = 175+206+110=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE6E is #503191. Grayscale: #BABABA. Windows color (decimal): -5255570 or 7261871. OLE color: 7261871.

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

Color convert

RGB 175 206 110 -
CMYK 0.15 0 0.47 0.19
HSL 79.38º 0.49% 0.62% -
HSV(B) 79.38º 0.47% 0.81% -
XYZ 42.56 54.38 23.01 -
YUV 185.79 85.23 120.31 -
System Red Green Blue C M Y K H S L
Decimal 175 206 110 0.15 0 0.47 0.19 79.38 0.49 0.62
Hex AF CE 6E F 0 2F 13 4F 31 3E
Octal 257 316 156 17 0 57 23 117 61 76
Binary 10101111 11001110 1101110 1111 0 101111 10011 1001111 110001 111110

Color Harmonies of #AFCE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE6E

Black with #AFCE6E

Text Example


Text Example

White with #AFCE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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