Html Css Color HEX #AFE193 Feijoa

📋 copy color: '#AFE193'

red 175 ◦ green 225 ◦ blue 147

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

Shades of Feijoa #AFE193

Tints of Feijoa #AFE193

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.13%

 BLUE value IS 147 (57.81% from 255) = 26.87%

R = 31.99%
G = 41.13%
B = 26.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#AFE193 (or 0xAFE193) is known color: Feijoa. HEX triplet: AF, E1 and 93. RGB value is (175,225,147). Sum of RGB (Red+Green+Blue) = 175+225+147=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE193 is #501E6C. Grayscale: #C9C9C9. Windows color (decimal): -5250669 or 9691567. OLE color: 9691567.

HSL color Cylindrical-coordinate representation of color #AFE193: hue angle of 98.46º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFE193 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 147 -
CMYK 0.22 0 0.35 0.12
HSL 98.46º 0.57% 0.73% -
HSV(B) 98.46º 0.35% 0.88% -
XYZ 49.87 65.07 37.54 -
YUV 201.16 97.44 109.34 -
System Red Green Blue C M Y K H S L
Decimal 175 225 147 0.22 0 0.35 0.12 98.46 0.57 0.73
Hex AF E1 93 16 0 23 C 62 39 49
Octal 257 341 223 26 0 43 14 142 71 111
Binary 10101111 11100001 10010011 10110 0 100011 1100 1100010 111001 1001001

Color Harmonies of #AFE193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE193

Black with #AFE193

Text Example


Text Example

White with #AFE193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE193; }

 p { color: rgb(175,225,147); }

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

background-color css

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

 a { background-color: rgb(175,225,147); }

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

border-color css

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

 span { border-color: rgb(175,225,147); }

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