Html Css Color HEX #AFEB8B Feijoa

📋 copy color: '#AFEB8B'

red 175 ◦ green 235 ◦ blue 139

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

Shades of Feijoa #AFEB8B

Tints of Feijoa #AFEB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.32%

R = 31.88%
G = 42.81%
B = 25.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#AFEB8B (or 0xAFEB8B) is known color: Feijoa. HEX triplet: AF, EB and 8B. RGB value is (175,235,139). Sum of RGB (Red+Green+Blue) = 175+235+139=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEB8B is #501474. Grayscale: #CECECE. Windows color (decimal): -5248117 or 9169839. OLE color: 9169839.

HSL color Cylindrical-coordinate representation of color #AFEB8B: hue angle of 97.5º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFEB8B is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 139 -
CMYK 0.26 0 0.41 0.08
HSL 97.5º 0.71% 0.73% -
HSV(B) 97.5º 0.41% 0.92% -
XYZ 52.05 70.39 35.27 -
YUV 206.12 90.12 105.81 -
System Red Green Blue C M Y K H S L
Decimal 175 235 139 0.26 0 0.41 0.08 97.5 0.71 0.73
Hex AF EB 8B 1A 0 29 8 62 47 49
Octal 257 353 213 32 0 51 10 142 107 111
Binary 10101111 11101011 10001011 11010 0 101001 1000 1100010 1000111 1001001

Color Harmonies of #AFEB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB8B

Black with #AFEB8B

Text Example


Text Example

White with #AFEB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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