Html Css Color HEX #AFEB8C Feijoa

📋 copy color: '#AFEB8C'

red 175 ◦ green 235 ◦ blue 140

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

Shades of Feijoa #AFEB8C

Tints of Feijoa #AFEB8C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.73%

 BLUE value IS 140 (55.08% from 255) = 25.45%

R = 31.82%
G = 42.73%
B = 25.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#AFEB8C (or 0xAFEB8C) is known color: Feijoa. HEX triplet: AF, EB and 8C. RGB value is (175,235,140). Sum of RGB (Red+Green+Blue) = 175+235+140=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEB8C is #501473. Grayscale: #CECECE. Windows color (decimal): -5248116 or 9235375. OLE color: 9235375.

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

Color convert

RGB 175 235 140 -
CMYK 0.26 0 0.40 0.08
HSL 97.89º 0.7% 0.74% -
HSV(B) 97.89º 0.4% 0.92% -
XYZ 52.12 70.42 35.66 -
YUV 206.23 90.62 105.72 -
System Red Green Blue C M Y K H S L
Decimal 175 235 140 0.26 0 0.40 0.08 97.89 0.7 0.74
Hex AF EB 8C 1A 0 28 8 62 46 4A
Octal 257 353 214 32 0 50 10 142 106 112
Binary 10101111 11101011 10001100 11010 0 101000 1000 1100010 1000110 1001010

Color Harmonies of #AFEB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB8C

Black with #AFEB8C

Text Example


Text Example

White with #AFEB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB8C; }

 p { color: rgb(175,235,140); }

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

background-color css

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

 a { background-color: rgb(175,235,140); }

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

border-color css

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

 span { border-color: rgb(175,235,140); }

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