Html Css Color HEX #AFE670 Feijoa

📋 copy color: '#AFE670'

red 175 ◦ green 230 ◦ blue 112

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

Shades of Feijoa #AFE670

Tints of Feijoa #AFE670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.66%

R = 33.85%
G = 44.49%
B = 21.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#AFE670 (or 0xAFE670) is known color: Feijoa. HEX triplet: AF, E6 and 70. RGB value is (175,230,112). Sum of RGB (Red+Green+Blue) = 175+230+112=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE670 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE670 is #50198F. Grayscale: #C8C8C8. Windows color (decimal): -5249424 or 7399087. OLE color: 7399087.

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

Color convert

RGB 175 230 112 -
CMYK 0.24 0 0.51 0.10
HSL 87.97º 0.7% 0.67% -
HSV(B) 87.97º 0.51% 0.9% -
XYZ 48.9 66.88 25.66 -
YUV 200.1 78.28 110.09 -
System Red Green Blue C M Y K H S L
Decimal 175 230 112 0.24 0 0.51 0.10 87.97 0.7 0.67
Hex AF E6 70 18 0 33 A 58 46 43
Octal 257 346 160 30 0 63 12 130 106 103
Binary 10101111 11100110 1110000 11000 0 110011 1010 1011000 1000110 1000011

Color Harmonies of #AFE670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE670

Black with #AFE670

Text Example


Text Example

White with #AFE670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE670; }

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

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

background-color css

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

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

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

border-color css

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

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

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