Html Css Color HEX #AFCE7E Caper

📋 copy color: '#AFCE7E'

red 175 ◦ green 206 ◦ blue 126

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

Shades of Caper #AFCE7E

Tints of Caper #AFCE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.85%

R = 34.52%
G = 40.63%
B = 24.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#AFCE7E (or 0xAFCE7E) is known color: Caper. HEX triplet: AF, CE and 7E. RGB value is (175,206,126). Sum of RGB (Red+Green+Blue) = 175+206+126=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE7E is #503181. Grayscale: #BBBBBB. Windows color (decimal): -5255554 or 8310447. OLE color: 8310447.

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

Color convert

RGB 175 206 126 -
CMYK 0.15 0 0.39 0.19
HSL 83.25º 0.45% 0.65% -
HSV(B) 83.25º 0.39% 0.81% -
XYZ 43.52 54.76 28.02 -
YUV 187.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 175 206 126 0.15 0 0.39 0.19 83.25 0.45 0.65
Hex AF CE 7E F 0 27 13 53 2D 41
Octal 257 316 176 17 0 47 23 123 55 101
Binary 10101111 11001110 1111110 1111 0 100111 10011 1010011 101101 1000001

Color Harmonies of #AFCE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE7E

Black with #AFCE7E

Text Example


Text Example

White with #AFCE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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