Html Css Color HEX #AFCE7A Caper

📋 copy color: '#AFCE7A'

red 175 ◦ green 206 ◦ blue 122

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

Shades of Caper #AFCE7A

Tints of Caper #AFCE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.25%

R = 34.79%
G = 40.95%
B = 24.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#AFCE7A (or 0xAFCE7A) is known color: Caper. HEX triplet: AF, CE and 7A. RGB value is (175,206,122). Sum of RGB (Red+Green+Blue) = 175+206+122=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE7A is #503185. Grayscale: #BBBBBB. Windows color (decimal): -5255558 or 8048303. OLE color: 8048303.

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

Color convert

RGB 175 206 122 -
CMYK 0.15 0 0.41 0.19
HSL 82.14º 0.46% 0.64% -
HSV(B) 82.14º 0.41% 0.81% -
XYZ 43.26 54.66 26.68 -
YUV 187.16 91.23 119.33 -
System Red Green Blue C M Y K H S L
Decimal 175 206 122 0.15 0 0.41 0.19 82.14 0.46 0.64
Hex AF CE 7A F 0 29 13 52 2E 40
Octal 257 316 172 17 0 51 23 122 56 100
Binary 10101111 11001110 1111010 1111 0 101001 10011 1010010 101110 1000000

Color Harmonies of #AFCE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE7A

Black with #AFCE7A

Text Example


Text Example

White with #AFCE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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