Html Css Color HEX #AFE676 Feijoa

📋 copy color: '#AFE676'

red 175 ◦ green 230 ◦ blue 118

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

Shades of Feijoa #AFE676

Tints of Feijoa #AFE676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.56%

R = 33.46%
G = 43.98%
B = 22.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#AFE676 (or 0xAFE676) is known color: Feijoa. HEX triplet: AF, E6 and 76. RGB value is (175,230,118). Sum of RGB (Red+Green+Blue) = 175+230+118=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE676 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE676 is #501989. Grayscale: #C9C9C9. Windows color (decimal): -5249418 or 7792303. OLE color: 7792303.

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

Color convert

RGB 175 230 118 -
CMYK 0.24 0 0.49 0.10
HSL 89.46º 0.69% 0.68% -
HSV(B) 89.46º 0.49% 0.9% -
XYZ 49.25 67.02 27.48 -
YUV 200.79 81.28 109.61 -
System Red Green Blue C M Y K H S L
Decimal 175 230 118 0.24 0 0.49 0.10 89.46 0.69 0.68
Hex AF E6 76 18 0 31 A 59 45 44
Octal 257 346 166 30 0 61 12 131 105 104
Binary 10101111 11100110 1110110 11000 0 110001 1010 1011001 1000101 1000100

Color Harmonies of #AFE676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE676

Black with #AFE676

Text Example


Text Example

White with #AFE676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE676; }

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

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

background-color css

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

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

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

border-color css

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

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

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