Html Css Color HEX #AFEC8A Feijoa

📋 copy color: '#AFEC8A'

red 175 ◦ green 236 ◦ blue 138

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

Shades of Feijoa #AFEC8A

Tints of Feijoa #AFEC8A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.99%

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

R = 31.88%
G = 42.99%
B = 25.14%

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

#AFEC8A (or 0xAFEC8A) is known color: Feijoa. HEX triplet: AF, EC and 8A. RGB value is (175,236,138). Sum of RGB (Red+Green+Blue) = 175+236+138=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEC8A is #501375. Grayscale: #CECECE. Windows color (decimal): -5247862 or 9104559. OLE color: 9104559.

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

Color convert

RGB 175 236 138 -
CMYK 0.26 0 0.42 0.07
HSL 97.35º 0.72% 0.73% -
HSV(B) 97.35º 0.42% 0.93% -
XYZ 52.26 70.94 34.98 -
YUV 206.59 89.29 105.47 -
System Red Green Blue C M Y K H S L
Decimal 175 236 138 0.26 0 0.42 0.07 97.35 0.72 0.73
Hex AF EC 8A 1A 0 2A 7 61 48 49
Octal 257 354 212 32 0 52 7 141 110 111
Binary 10101111 11101100 10001010 11010 0 101010 111 1100001 1001000 1001001

Color Harmonies of #AFEC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC8A

Black with #AFEC8A

Text Example


Text Example

White with #AFEC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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