Html Css Color HEX #AFE390 Feijoa

📋 copy color: '#AFE390'

red 175 ◦ green 227 ◦ blue 144

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

Shades of Feijoa #AFE390

Tints of Feijoa #AFE390

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.58%

 BLUE value IS 144 (56.64% from 255) = 26.37%

R = 32.05%
G = 41.58%
B = 26.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#AFE390 (or 0xAFE390) is known color: Feijoa. HEX triplet: AF, E3 and 90. RGB value is (175,227,144). Sum of RGB (Red+Green+Blue) = 175+227+144=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE390 is #501C6F. Grayscale: #CACACA. Windows color (decimal): -5250160 or 9495471. OLE color: 9495471.

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

Color convert

RGB 175 227 144 -
CMYK 0.23 0 0.37 0.11
HSL 97.59º 0.6% 0.73% -
HSV(B) 97.59º 0.37% 0.89% -
XYZ 50.18 66.07 36.49 -
YUV 201.99 95.27 108.75 -
System Red Green Blue C M Y K H S L
Decimal 175 227 144 0.23 0 0.37 0.11 97.59 0.6 0.73
Hex AF E3 90 17 0 25 B 62 3C 49
Octal 257 343 220 27 0 45 13 142 74 111
Binary 10101111 11100011 10010000 10111 0 100101 1011 1100010 111100 1001001

Color Harmonies of #AFE390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE390

Black with #AFE390

Text Example


Text Example

White with #AFE390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE390; }

 p { color: rgb(175,227,144); }

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

background-color css

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

 a { background-color: rgb(175,227,144); }

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

border-color css

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

 span { border-color: rgb(175,227,144); }

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