Html Css Color HEX #AFCC7F Caper

📋 copy color: '#AFCC7F'

red 175 ◦ green 204 ◦ blue 127

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

Shades of Caper #AFCC7F

Tints of Caper #AFCC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.1%

R = 34.58%
G = 40.32%
B = 25.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#AFCC7F (or 0xAFCC7F) is known color: Caper. HEX triplet: AF, CC and 7F. RGB value is (175,204,127). Sum of RGB (Red+Green+Blue) = 175+204+127=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC7F is #503380. Grayscale: #BABABA. Windows color (decimal): -5256065 or 8375471. OLE color: 8375471.

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

Color convert

RGB 175 204 127 -
CMYK 0.14 0 0.38 0.2
HSL 82.6º 0.43% 0.65% -
HSV(B) 82.6º 0.38% 0.8% -
XYZ 43.1 53.83 28.2 -
YUV 186.55 94.39 119.76 -
System Red Green Blue C M Y K H S L
Decimal 175 204 127 0.14 0 0.38 0.2 82.6 0.43 0.65
Hex AF CC 7F E 0 26 14 53 2B 41
Octal 257 314 177 16 0 46 24 123 53 101
Binary 10101111 11001100 1111111 1110 0 100110 10100 1010011 101011 1000001

Color Harmonies of #AFCC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC7F

Black with #AFCC7F

Text Example


Text Example

White with #AFCC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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