Html Css Color HEX #AFCD7A Caper

📋 copy color: '#AFCD7A'

red 175 ◦ green 205 ◦ blue 122

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

Shades of Caper #AFCD7A

Tints of Caper #AFCD7A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.84%

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

R = 34.86%
G = 40.84%
B = 24.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#AFCD7A (or 0xAFCD7A) is known color: Caper. HEX triplet: AF, CD and 7A. RGB value is (175,205,122). Sum of RGB (Red+Green+Blue) = 175+205+122=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD7A is #503285. Grayscale: #BABABA. Windows color (decimal): -5255814 or 8048047. OLE color: 8048047.

HSL color Cylindrical-coordinate representation of color #AFCD7A: hue angle of 81.69º 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 #AFCD7A is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 122 -
CMYK 0.15 0 0.40 0.20
HSL 81.69º 0.45% 0.64% -
HSV(B) 81.69º 0.4% 0.8% -
XYZ 43.02 54.18 26.6 -
YUV 186.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 175 205 122 0.15 0 0.40 0.20 81.69 0.45 0.64
Hex AF CD 7A F 0 28 14 52 2D 40
Octal 257 315 172 17 0 50 24 122 55 100
Binary 10101111 11001101 1111010 1111 0 101000 10100 1010010 101101 1000000

Color Harmonies of #AFCD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD7A

Black with #AFCD7A

Text Example


Text Example

White with #AFCD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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