Html Css Color HEX #AFE094 Feijoa

📋 copy color: '#AFE094'

red 175 ◦ green 224 ◦ blue 148

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

Shades of Feijoa #AFE094

Tints of Feijoa #AFE094

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.95%

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

R = 31.99%
G = 40.95%
B = 27.06%

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

#AFE094 (or 0xAFE094) is known color: Feijoa. HEX triplet: AF, E0 and 94. RGB value is (175,224,148). Sum of RGB (Red+Green+Blue) = 175+224+148=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE094 is #501F6B. Grayscale: #C8C8C8. Windows color (decimal): -5250924 or 9756847. OLE color: 9756847.

HSL color Cylindrical-coordinate representation of color #AFE094: hue angle of 98.68º degrees, saturation: 0.55, 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 #AFE094 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 148 -
CMYK 0.22 0 0.34 0.12
HSL 98.68º 0.55% 0.73% -
HSV(B) 98.68º 0.34% 0.88% -
XYZ 49.68 64.56 37.86 -
YUV 200.69 98.27 109.68 -
System Red Green Blue C M Y K H S L
Decimal 175 224 148 0.22 0 0.34 0.12 98.68 0.55 0.73
Hex AF E0 94 16 0 22 C 63 37 49
Octal 257 340 224 26 0 42 14 143 67 111
Binary 10101111 11100000 10010100 10110 0 100010 1100 1100011 110111 1001001

Color Harmonies of #AFE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE094

Black with #AFE094

Text Example


Text Example

White with #AFE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE094; }

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

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

background-color css

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

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

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

border-color css

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

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

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