Html Css Color HEX #AFE194 Feijoa

📋 copy color: '#AFE194'

red 175 ◦ green 225 ◦ blue 148

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

Shades of Feijoa #AFE194

Tints of Feijoa #AFE194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.01%

R = 31.93%
G = 41.06%
B = 27.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#AFE194 (or 0xAFE194) is known color: Feijoa. HEX triplet: AF, E1 and 94. RGB value is (175,225,148). Sum of RGB (Red+Green+Blue) = 175+225+148=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE194 is #501E6B. Grayscale: #C9C9C9. Windows color (decimal): -5250668 or 9757103. OLE color: 9757103.

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

Color convert

RGB 175 225 148 -
CMYK 0.22 0 0.34 0.12
HSL 98.96º 0.56% 0.73% -
HSV(B) 98.96º 0.34% 0.88% -
XYZ 49.95 65.1 37.95 -
YUV 201.27 97.94 109.26 -
System Red Green Blue C M Y K H S L
Decimal 175 225 148 0.22 0 0.34 0.12 98.96 0.56 0.73
Hex AF E1 94 16 0 22 C 63 38 49
Octal 257 341 224 26 0 42 14 143 70 111
Binary 10101111 11100001 10010100 10110 0 100010 1100 1100011 111000 1001001

Color Harmonies of #AFE194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE194

Black with #AFE194

Text Example


Text Example

White with #AFE194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE194; }

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

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

background-color css

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

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

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

border-color css

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

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

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