Html Css Color HEX #AFC278 Caper

📋 copy color: '#AFC278'

red 175 ◦ green 194 ◦ blue 120

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

Shades of Caper #AFC278

Tints of Caper #AFC278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.54%

R = 35.79%
G = 39.67%
B = 24.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#AFC278 (or 0xAFC278) is known color: Caper. HEX triplet: AF, C2 and 78. RGB value is (175,194,120). Sum of RGB (Red+Green+Blue) = 175+194+120=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC278 is #503D87. Grayscale: #B4B4B4. Windows color (decimal): -5258632 or 7914159. OLE color: 7914159.

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

Color convert

RGB 175 194 120 -
CMYK 0.10 0 0.38 0.24
HSL 75.41º 0.38% 0.62% -
HSV(B) 75.41º 0.38% 0.76% -
XYZ 40.36 49.05 25.11 -
YUV 179.88 94.21 124.52 -
System Red Green Blue C M Y K H S L
Decimal 175 194 120 0.10 0 0.38 0.24 75.41 0.38 0.62
Hex AF C2 78 A 0 26 18 4B 26 3E
Octal 257 302 170 12 0 46 30 113 46 76
Binary 10101111 11000010 1111000 1010 0 100110 11000 1001011 100110 111110

Color Harmonies of #AFC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC278

Black with #AFC278

Text Example


Text Example

White with #AFC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC278; }

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

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

background-color css

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

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

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

border-color css

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

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

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