Html Css Color HEX #AFE493 Feijoa

📋 copy color: '#AFE493'

red 175 ◦ green 228 ◦ blue 147

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

Shades of Feijoa #AFE493

Tints of Feijoa #AFE493

RGB

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

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

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

R = 31.82%
G = 41.45%
B = 26.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#AFE493 (or 0xAFE493) is known color: Feijoa. HEX triplet: AF, E4 and 93. RGB value is (175,228,147). Sum of RGB (Red+Green+Blue) = 175+228+147=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE493 is #501B6C. Grayscale: #CBCBCB. Windows color (decimal): -5249901 or 9692335. OLE color: 9692335.

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

Color convert

RGB 175 228 147 -
CMYK 0.23 0 0.36 0.11
HSL 99.26º 0.6% 0.74% -
HSV(B) 99.26º 0.36% 0.89% -
XYZ 50.69 66.71 37.81 -
YUV 202.92 96.44 108.09 -
System Red Green Blue C M Y K H S L
Decimal 175 228 147 0.23 0 0.36 0.11 99.26 0.6 0.74
Hex AF E4 93 17 0 24 B 63 3C 4A
Octal 257 344 223 27 0 44 13 143 74 112
Binary 10101111 11100100 10010011 10111 0 100100 1011 1100011 111100 1001010

Color Harmonies of #AFE493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE493

Black with #AFE493

Text Example


Text Example

White with #AFE493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE493; }

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

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

background-color css

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

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

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

border-color css

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

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

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