Html Css Color HEX #AFEB89 Feijoa

📋 copy color: '#AFEB89'

red 175 ◦ green 235 ◦ blue 137

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

Shades of Feijoa #AFEB89

Tints of Feijoa #AFEB89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.05%

R = 31.99%
G = 42.96%
B = 25.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#AFEB89 (or 0xAFEB89) is known color: Feijoa. HEX triplet: AF, EB and 89. RGB value is (175,235,137). Sum of RGB (Red+Green+Blue) = 175+235+137=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 137 (53.91% from 255 or 25.05% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEB89 is #501476. Grayscale: #CECECE. Windows color (decimal): -5248119 or 9038767. OLE color: 9038767.

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

Color convert

RGB 175 235 137 -
CMYK 0.26 0 0.42 0.08
HSL 96.73º 0.71% 0.73% -
HSV(B) 96.73º 0.42% 0.92% -
XYZ 51.9 70.34 34.51 -
YUV 205.89 89.12 105.97 -
System Red Green Blue C M Y K H S L
Decimal 175 235 137 0.26 0 0.42 0.08 96.73 0.71 0.73
Hex AF EB 89 1A 0 2A 8 61 47 49
Octal 257 353 211 32 0 52 10 141 107 111
Binary 10101111 11101011 10001001 11010 0 101010 1000 1100001 1000111 1001001

Color Harmonies of #AFEB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB89

Black with #AFEB89

Text Example


Text Example

White with #AFEB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB89; }

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

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

background-color css

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

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

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

border-color css

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

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

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