Html Css Color HEX #AFE973 Feijoa

📋 copy color: '#AFE973'

red 175 ◦ green 233 ◦ blue 115

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

Shades of Feijoa #AFE973

Tints of Feijoa #AFE973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.99%

R = 33.46%
G = 44.55%
B = 21.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#AFE973 (or 0xAFE973) is known color: Feijoa. HEX triplet: AF, E9 and 73. RGB value is (175,233,115). Sum of RGB (Red+Green+Blue) = 175+233+115=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE973 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE973 is #50168C. Grayscale: #CACACA. Windows color (decimal): -5248653 or 7596463. OLE color: 7596463.

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

Color convert

RGB 175 233 115 -
CMYK 0.25 0 0.51 0.09
HSL 89.49º 0.73% 0.68% -
HSV(B) 89.49º 0.51% 0.91% -
XYZ 49.91 68.63 26.84 -
YUV 202.21 78.78 108.59 -
System Red Green Blue C M Y K H S L
Decimal 175 233 115 0.25 0 0.51 0.09 89.49 0.73 0.68
Hex AF E9 73 19 0 33 9 59 49 44
Octal 257 351 163 31 0 63 11 131 111 104
Binary 10101111 11101001 1110011 11001 0 110011 1001 1011001 1001001 1000100

Color Harmonies of #AFE973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE973

Black with #AFE973

Text Example


Text Example

White with #AFE973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE973; }

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

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

background-color css

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

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

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

border-color css

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

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

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