Html Css Color HEX #AFC273 Caper

📋 copy color: '#AFC273'

red 175 ◦ green 194 ◦ blue 115

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

Shades of Caper #AFC273

Tints of Caper #AFC273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.76%

R = 36.16%
G = 40.08%
B = 23.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#AFC273 (or 0xAFC273) is known color: Caper. HEX triplet: AF, C2 and 73. RGB value is (175,194,115). Sum of RGB (Red+Green+Blue) = 175+194+115=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC273 is #503D8C. Grayscale: #B3B3B3. Windows color (decimal): -5258637 or 7586479. OLE color: 7586479.

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

Color convert

RGB 175 194 115 -
CMYK 0.10 0 0.41 0.24
HSL 74.43º 0.39% 0.61% -
HSV(B) 74.43º 0.41% 0.76% -
XYZ 40.07 48.94 23.55 -
YUV 179.31 91.71 124.92 -
System Red Green Blue C M Y K H S L
Decimal 175 194 115 0.10 0 0.41 0.24 74.43 0.39 0.61
Hex AF C2 73 A 0 29 18 4A 27 3D
Octal 257 302 163 12 0 51 30 112 47 75
Binary 10101111 11000010 1110011 1010 0 101001 11000 1001010 100111 111101

Color Harmonies of #AFC273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC273

Black with #AFC273

Text Example


Text Example

White with #AFC273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC273; }

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

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

background-color css

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

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

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

border-color css

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

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

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