Html Css Color HEX #AFED8E Feijoa

📋 copy color: '#AFED8E'

red 175 ◦ green 237 ◦ blue 142

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

Shades of Feijoa #AFED8E

Tints of Feijoa #AFED8E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.78%

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

R = 31.59%
G = 42.78%
B = 25.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#AFED8E (or 0xAFED8E) is known color: Feijoa. HEX triplet: AF, ED and 8E. RGB value is (175,237,142). Sum of RGB (Red+Green+Blue) = 175+237+142=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFED8E is #501271. Grayscale: #CFCFCF. Windows color (decimal): -5247602 or 9366959. OLE color: 9366959.

HSL color Cylindrical-coordinate representation of color #AFED8E: hue angle of 99.16º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFED8E is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 142 -
CMYK 0.26 0 0.40 0.07
HSL 99.16º 0.73% 0.74% -
HSV(B) 99.16º 0.4% 0.93% -
XYZ 52.85 71.64 36.63 -
YUV 207.63 90.96 104.72 -
System Red Green Blue C M Y K H S L
Decimal 175 237 142 0.26 0 0.40 0.07 99.16 0.73 0.74
Hex AF ED 8E 1A 0 28 7 63 49 4A
Octal 257 355 216 32 0 50 7 143 111 112
Binary 10101111 11101101 10001110 11010 0 101000 111 1100011 1001001 1001010

Color Harmonies of #AFED8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFED8E

Black with #AFED8E

Text Example


Text Example

White with #AFED8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFED8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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