Html Css Color HEX #AFCC7C Caper

📋 copy color: '#AFCC7C'

red 175 ◦ green 204 ◦ blue 124

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

Shades of Caper #AFCC7C

Tints of Caper #AFCC7C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.56%

 BLUE value IS 124 (48.83% from 255) = 24.65%

R = 34.79%
G = 40.56%
B = 24.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#AFCC7C (or 0xAFCC7C) is known color: Caper. HEX triplet: AF, CC and 7C. RGB value is (175,204,124). Sum of RGB (Red+Green+Blue) = 175+204+124=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC7C is #503383. Grayscale: #BABABA. Windows color (decimal): -5256068 or 8178863. OLE color: 8178863.

HSL color Cylindrical-coordinate representation of color #AFCC7C: hue angle of 81.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFCC7C is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 124 -
CMYK 0.14 0 0.39 0.2
HSL 81.75º 0.44% 0.64% -
HSV(B) 81.75º 0.39% 0.8% -
XYZ 42.91 53.75 27.18 -
YUV 186.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 175 204 124 0.14 0 0.39 0.2 81.75 0.44 0.64
Hex AF CC 7C E 0 27 14 52 2C 40
Octal 257 314 174 16 0 47 24 122 54 100
Binary 10101111 11001100 1111100 1110 0 100111 10100 1010010 101100 1000000

Color Harmonies of #AFCC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC7C

Black with #AFCC7C

Text Example


Text Example

White with #AFCC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC7C; }

 p { color: rgb(175,204,124); }

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

background-color css

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

 a { background-color: rgb(175,204,124); }

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

border-color css

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

 span { border-color: rgb(175,204,124); }

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