Html Css Color HEX #AFCE6D Caper

📋 copy color: '#AFCE6D'

red 175 ◦ green 206 ◦ blue 109

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

Shades of Caper #AFCE6D

Tints of Caper #AFCE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.24%

R = 35.71%
G = 42.04%
B = 22.24%

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

#AFCE6D (or 0xAFCE6D) is known color: Caper. HEX triplet: AF, CE and 6D. RGB value is (175,206,109). Sum of RGB (Red+Green+Blue) = 175+206+109=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE6D is #503192. Grayscale: #BABABA. Windows color (decimal): -5255571 or 7196335. OLE color: 7196335.

HSL color Cylindrical-coordinate representation of color #AFCE6D: hue angle of 79.18º degrees, saturation: 0.5, 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 #AFCE6D is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 109 -
CMYK 0.15 0 0.47 0.19
HSL 79.18º 0.5% 0.62% -
HSV(B) 79.18º 0.47% 0.81% -
XYZ 42.51 54.36 22.72 -
YUV 185.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 175 206 109 0.15 0 0.47 0.19 79.18 0.5 0.62
Hex AF CE 6D F 0 2F 13 4F 32 3E
Octal 257 316 155 17 0 57 23 117 62 76
Binary 10101111 11001110 1101101 1111 0 101111 10011 1001111 110010 111110

Color Harmonies of #AFCE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE6D

Black with #AFCE6D

Text Example


Text Example

White with #AFCE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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