Html Css Color HEX #AFE98C Feijoa

📋 copy color: '#AFE98C'

red 175 ◦ green 233 ◦ blue 140

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

Shades of Feijoa #AFE98C

Tints of Feijoa #AFE98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.55%

R = 31.93%
G = 42.52%
B = 25.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#AFE98C (or 0xAFE98C) is known color: Feijoa. HEX triplet: AF, E9 and 8C. RGB value is (175,233,140). Sum of RGB (Red+Green+Blue) = 175+233+140=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE98C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE98C is #501673. Grayscale: #CDCDCD. Windows color (decimal): -5248628 or 9234863. OLE color: 9234863.

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

Color convert

RGB 175 233 140 -
CMYK 0.25 0 0.40 0.09
HSL 97.42º 0.68% 0.73% -
HSV(B) 97.42º 0.4% 0.91% -
XYZ 51.55 69.29 35.47 -
YUV 205.06 91.28 106.56 -
System Red Green Blue C M Y K H S L
Decimal 175 233 140 0.25 0 0.40 0.09 97.42 0.68 0.73
Hex AF E9 8C 19 0 28 9 61 44 49
Octal 257 351 214 31 0 50 11 141 104 111
Binary 10101111 11101001 10001100 11001 0 101000 1001 1100001 1000100 1001001

Color Harmonies of #AFE98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE98C

Black with #AFE98C

Text Example


Text Example

White with #AFE98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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