Html Css Color HEX #AFC27C Caper

📋 copy color: '#AFC27C'

red 175 ◦ green 194 ◦ blue 124

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

Shades of Caper #AFC27C

Tints of Caper #AFC27C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.35%

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

R = 35.5%
G = 39.35%
B = 25.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#AFC27C (or 0xAFC27C) is known color: Caper. HEX triplet: AF, C2 and 7C. RGB value is (175,194,124). Sum of RGB (Red+Green+Blue) = 175+194+124=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC27C is #503D83. Grayscale: #B4B4B4. Windows color (decimal): -5258628 or 8176303. OLE color: 8176303.

HSL color Cylindrical-coordinate representation of color #AFC27C: hue angle of 76.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFC27C is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 124 -
CMYK 0.10 0 0.36 0.24
HSL 76.29º 0.36% 0.62% -
HSV(B) 76.29º 0.36% 0.76% -
XYZ 40.61 49.15 26.42 -
YUV 180.34 96.21 124.19 -
System Red Green Blue C M Y K H S L
Decimal 175 194 124 0.10 0 0.36 0.24 76.29 0.36 0.62
Hex AF C2 7C A 0 24 18 4C 24 3E
Octal 257 302 174 12 0 44 30 114 44 76
Binary 10101111 11000010 1111100 1010 0 100100 11000 1001100 100100 111110

Color Harmonies of #AFC27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC27C

Black with #AFC27C

Text Example


Text Example

White with #AFC27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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