Html Css Color HEX #AFED8A Feijoa

📋 copy color: '#AFED8A'

red 175 ◦ green 237 ◦ blue 138

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

Shades of Feijoa #AFED8A

Tints of Feijoa #AFED8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.09%

R = 31.82%
G = 43.09%
B = 25.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#AFED8A (or 0xAFED8A) is known color: Feijoa. HEX triplet: AF, ED and 8A. RGB value is (175,237,138). Sum of RGB (Red+Green+Blue) = 175+237+138=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFED8A is #501275. Grayscale: #CFCFCF. Windows color (decimal): -5247606 or 9104815. OLE color: 9104815.

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

Color convert

RGB 175 237 138 -
CMYK 0.26 0 0.42 0.07
HSL 97.58º 0.73% 0.74% -
HSV(B) 97.58º 0.42% 0.93% -
XYZ 52.55 71.52 35.08 -
YUV 207.18 88.96 105.05 -
System Red Green Blue C M Y K H S L
Decimal 175 237 138 0.26 0 0.42 0.07 97.58 0.73 0.74
Hex AF ED 8A 1A 0 2A 7 62 49 4A
Octal 257 355 212 32 0 52 7 142 111 112
Binary 10101111 11101101 10001010 11010 0 101010 111 1100010 1001001 1001010

Color Harmonies of #AFED8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFED8A

Black with #AFED8A

Text Example


Text Example

White with #AFED8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFED8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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