Html Css Color HEX #AFCC6C Caper

📋 copy color: '#AFCC6C'

red 175 ◦ green 204 ◦ blue 108

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

Shades of Caper #AFCC6C

Tints of Caper #AFCC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.18%

R = 35.93%
G = 41.89%
B = 22.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#AFCC6C (or 0xAFCC6C) is known color: Caper. HEX triplet: AF, CC and 6C. RGB value is (175,204,108). Sum of RGB (Red+Green+Blue) = 175+204+108=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC6C is #503393. Grayscale: #B8B8B8. Windows color (decimal): -5256084 or 7130287. OLE color: 7130287.

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

Color convert

RGB 175 204 108 -
CMYK 0.14 0 0.47 0.2
HSL 78.12º 0.48% 0.61% -
HSV(B) 78.12º 0.47% 0.8% -
XYZ 41.98 53.38 22.28 -
YUV 184.39 84.89 121.31 -
System Red Green Blue C M Y K H S L
Decimal 175 204 108 0.14 0 0.47 0.2 78.12 0.48 0.61
Hex AF CC 6C E 0 2F 14 4E 30 3D
Octal 257 314 154 16 0 57 24 116 60 75
Binary 10101111 11001100 1101100 1110 0 101111 10100 1001110 110000 111101

Color Harmonies of #AFCC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC6C

Black with #AFCC6C

Text Example


Text Example

White with #AFCC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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