Html Css Color HEX #AFE98A Feijoa

📋 copy color: '#AFE98A'

red 175 ◦ green 233 ◦ blue 138

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

Shades of Feijoa #AFE98A

Tints of Feijoa #AFE98A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.67%

 BLUE value IS 138 (54.3% from 255) = 25.27%

R = 32.05%
G = 42.67%
B = 25.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#AFE98A (or 0xAFE98A) is known color: Feijoa. HEX triplet: AF, E9 and 8A. RGB value is (175,233,138). Sum of RGB (Red+Green+Blue) = 175+233+138=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE98A is #501675. Grayscale: #CDCDCD. Windows color (decimal): -5248630 or 9103791. OLE color: 9103791.

HSL color Cylindrical-coordinate representation of color #AFE98A: hue angle of 96.63º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFE98A is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 138 -
CMYK 0.25 0 0.41 0.09
HSL 96.63º 0.68% 0.73% -
HSV(B) 96.63º 0.41% 0.91% -
XYZ 51.41 69.23 34.7 -
YUV 204.83 90.28 106.72 -
System Red Green Blue C M Y K H S L
Decimal 175 233 138 0.25 0 0.41 0.09 96.63 0.68 0.73
Hex AF E9 8A 19 0 29 9 61 44 49
Octal 257 351 212 31 0 51 11 141 104 111
Binary 10101111 11101001 10001010 11001 0 101001 1001 1100001 1000100 1001001

Color Harmonies of #AFE98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE98A

Black with #AFE98A

Text Example


Text Example

White with #AFE98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE98A; }

 p { color: rgb(175,233,138); }

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

background-color css

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

 a { background-color: rgb(175,233,138); }

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

border-color css

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

 span { border-color: rgb(175,233,138); }

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