Html Css Color HEX #AFE68E Feijoa

📋 copy color: '#AFE68E'

red 175 ◦ green 230 ◦ blue 142

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

Shades of Feijoa #AFE68E

Tints of Feijoa #AFE68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.96%

R = 31.99%
G = 42.05%
B = 25.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#AFE68E (or 0xAFE68E) is known color: Feijoa. HEX triplet: AF, E6 and 8E. RGB value is (175,230,142). Sum of RGB (Red+Green+Blue) = 175+230+142=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE68E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE68E is #501971. Grayscale: #CBCBCB. Windows color (decimal): -5249394 or 9365167. OLE color: 9365167.

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

Color convert

RGB 175 230 142 -
CMYK 0.24 0 0.38 0.10
HSL 97.5º 0.64% 0.73% -
HSV(B) 97.5º 0.38% 0.9% -
XYZ 50.86 67.66 35.97 -
YUV 203.52 93.28 107.66 -
System Red Green Blue C M Y K H S L
Decimal 175 230 142 0.24 0 0.38 0.10 97.5 0.64 0.73
Hex AF E6 8E 18 0 26 A 62 40 49
Octal 257 346 216 30 0 46 12 142 100 111
Binary 10101111 11100110 10001110 11000 0 100110 1010 1100010 1000000 1001001

Color Harmonies of #AFE68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE68E

Black with #AFE68E

Text Example


Text Example

White with #AFE68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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