Html Css Color HEX #AFE673 Feijoa

📋 copy color: '#AFE673'

red 175 ◦ green 230 ◦ blue 115

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

Shades of Feijoa #AFE673

Tints of Feijoa #AFE673

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.23%

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

R = 33.65%
G = 44.23%
B = 22.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#AFE673 (or 0xAFE673) is known color: Feijoa. HEX triplet: AF, E6 and 73. RGB value is (175,230,115). Sum of RGB (Red+Green+Blue) = 175+230+115=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE673 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE673 is #50198C. Grayscale: #C8C8C8. Windows color (decimal): -5249421 or 7595695. OLE color: 7595695.

HSL color Cylindrical-coordinate representation of color #AFE673: hue angle of 88.7º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFE673 is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 115 -
CMYK 0.24 0 0.5 0.10
HSL 88.7º 0.7% 0.68% -
HSV(B) 88.7º 0.5% 0.9% -
XYZ 49.07 66.95 26.56 -
YUV 200.45 79.78 109.85 -
System Red Green Blue C M Y K H S L
Decimal 175 230 115 0.24 0 0.5 0.10 88.7 0.7 0.68
Hex AF E6 73 18 0 32 A 59 46 44
Octal 257 346 163 30 0 62 12 131 106 104
Binary 10101111 11100110 1110011 11000 0 110010 1010 1011001 1000110 1000100

Color Harmonies of #AFE673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE673

Black with #AFE673

Text Example


Text Example

White with #AFE673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE673; }

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

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

background-color css

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

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

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

border-color css

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

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

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