Html Css Color HEX #AFCC7A Caper

📋 copy color: '#AFCC7A'

red 175 ◦ green 204 ◦ blue 122

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

Shades of Caper #AFCC7A

Tints of Caper #AFCC7A

RGB

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

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

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

R = 34.93%
G = 40.72%
B = 24.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#AFCC7A (or 0xAFCC7A) is known color: Caper. HEX triplet: AF, CC and 7A. RGB value is (175,204,122). Sum of RGB (Red+Green+Blue) = 175+204+122=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC7A is #503385. Grayscale: #BABABA. Windows color (decimal): -5256070 or 8047791. OLE color: 8047791.

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

Color convert

RGB 175 204 122 -
CMYK 0.14 0 0.40 0.2
HSL 81.22º 0.45% 0.64% -
HSV(B) 81.22º 0.4% 0.8% -
XYZ 42.78 53.7 26.52 -
YUV 185.98 91.89 120.17 -
System Red Green Blue C M Y K H S L
Decimal 175 204 122 0.14 0 0.40 0.2 81.22 0.45 0.64
Hex AF CC 7A E 0 28 14 51 2D 40
Octal 257 314 172 16 0 50 24 121 55 100
Binary 10101111 11001100 1111010 1110 0 101000 10100 1010001 101101 1000000

Color Harmonies of #AFCC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC7A

Black with #AFCC7A

Text Example


Text Example

White with #AFCC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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