Html Css Color HEX #AFE97C Feijoa

📋 copy color: '#AFE97C'

red 175 ◦ green 233 ◦ blue 124

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

Shades of Feijoa #AFE97C

Tints of Feijoa #AFE97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.31%

R = 32.89%
G = 43.8%
B = 23.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#AFE97C (or 0xAFE97C) is known color: Feijoa. HEX triplet: AF, E9 and 7C. RGB value is (175,233,124). Sum of RGB (Red+Green+Blue) = 175+233+124=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE97C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE97C is #501683. Grayscale: #CBCBCB. Windows color (decimal): -5248644 or 8186287. OLE color: 8186287.

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

Color convert

RGB 175 233 124 -
CMYK 0.25 0 0.47 0.09
HSL 91.93º 0.71% 0.7% -
HSV(B) 91.93º 0.47% 0.91% -
XYZ 50.46 68.85 29.7 -
YUV 203.23 83.28 107.86 -
System Red Green Blue C M Y K H S L
Decimal 175 233 124 0.25 0 0.47 0.09 91.93 0.71 0.7
Hex AF E9 7C 19 0 2F 9 5C 47 46
Octal 257 351 174 31 0 57 11 134 107 106
Binary 10101111 11101001 1111100 11001 0 101111 1001 1011100 1000111 1000110

Color Harmonies of #AFE97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE97C

Black with #AFE97C

Text Example


Text Example

White with #AFE97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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