Html Css Color HEX #AFE679 Feijoa

📋 copy color: '#AFE679'

red 175 ◦ green 230 ◦ blue 121

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

Shades of Feijoa #AFE679

Tints of Feijoa #AFE679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23%

R = 33.27%
G = 43.73%
B = 23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#AFE679 (or 0xAFE679) is known color: Feijoa. HEX triplet: AF, E6 and 79. RGB value is (175,230,121). Sum of RGB (Red+Green+Blue) = 175+230+121=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 121 (47.66% from 255 or 23.00% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE679 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE679 is #501986. Grayscale: #C9C9C9. Windows color (decimal): -5249415 or 7988911. OLE color: 7988911.

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

Color convert

RGB 175 230 121 -
CMYK 0.24 0 0.47 0.10
HSL 90.28º 0.69% 0.69% -
HSV(B) 90.28º 0.47% 0.9% -
XYZ 49.43 67.09 28.43 -
YUV 201.13 82.78 109.36 -
System Red Green Blue C M Y K H S L
Decimal 175 230 121 0.24 0 0.47 0.10 90.28 0.69 0.69
Hex AF E6 79 18 0 2F A 5A 45 45
Octal 257 346 171 30 0 57 12 132 105 105
Binary 10101111 11100110 1111001 11000 0 101111 1010 1011010 1000101 1000101

Color Harmonies of #AFE679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE679

Black with #AFE679

Text Example


Text Example

White with #AFE679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE679; }

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

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

background-color css

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

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

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

border-color css

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

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

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