Html Css Color HEX #AFE790 Feijoa

📋 copy color: '#AFE790'

red 175 ◦ green 231 ◦ blue 144

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

Shades of Feijoa #AFE790

Tints of Feijoa #AFE790

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42%

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

R = 31.82%
G = 42%
B = 26.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#AFE790 (or 0xAFE790) is known color: Feijoa. HEX triplet: AF, E7 and 90. RGB value is (175,231,144). Sum of RGB (Red+Green+Blue) = 175+231+144=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE790 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE790 is #50186F. Grayscale: #CCCCCC. Windows color (decimal): -5249136 or 9496495. OLE color: 9496495.

HSL color Cylindrical-coordinate representation of color #AFE790: hue angle of 98.62º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFE790 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 144 -
CMYK 0.24 0 0.38 0.09
HSL 98.62º 0.64% 0.74% -
HSV(B) 98.62º 0.38% 0.91% -
XYZ 51.29 68.28 36.86 -
YUV 204.34 93.95 107.07 -
System Red Green Blue C M Y K H S L
Decimal 175 231 144 0.24 0 0.38 0.09 98.62 0.64 0.74
Hex AF E7 90 18 0 26 9 63 40 4A
Octal 257 347 220 30 0 46 11 143 100 112
Binary 10101111 11100111 10010000 11000 0 100110 1001 1100011 1000000 1001010

Color Harmonies of #AFE790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE790

Black with #AFE790

Text Example


Text Example

White with #AFE790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE790; }

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

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

background-color css

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

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

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

border-color css

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

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

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