Html Css Color HEX #AFE494 Feijoa

📋 copy color: '#AFE494'

red 175 ◦ green 228 ◦ blue 148

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

Shades of Feijoa #AFE494

Tints of Feijoa #AFE494

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.38%

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

R = 31.76%
G = 41.38%
B = 26.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#AFE494 (or 0xAFE494) is known color: Feijoa. HEX triplet: AF, E4 and 94. RGB value is (175,228,148). Sum of RGB (Red+Green+Blue) = 175+228+148=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE494 is #501B6B. Grayscale: #CBCBCB. Windows color (decimal): -5249900 or 9757871. OLE color: 9757871.

HSL color Cylindrical-coordinate representation of color #AFE494: hue angle of 99.75º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFE494 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 148 -
CMYK 0.23 0 0.35 0.11
HSL 99.75º 0.6% 0.74% -
HSV(B) 99.75º 0.35% 0.89% -
XYZ 50.77 66.74 38.22 -
YUV 203.03 96.94 108 -
System Red Green Blue C M Y K H S L
Decimal 175 228 148 0.23 0 0.35 0.11 99.75 0.6 0.74
Hex AF E4 94 17 0 23 B 64 3C 4A
Octal 257 344 224 27 0 43 13 144 74 112
Binary 10101111 11100100 10010100 10111 0 100011 1011 1100100 111100 1001010

Color Harmonies of #AFE494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE494

Black with #AFE494

Text Example


Text Example

White with #AFE494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE494; }

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

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

background-color css

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

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

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

border-color css

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

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

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