Html Css Color HEX #AFEB8A Feijoa

📋 copy color: '#AFEB8A'

red 175 ◦ green 235 ◦ blue 138

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

Shades of Feijoa #AFEB8A

Tints of Feijoa #AFEB8A

RGB

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

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

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

R = 31.93%
G = 42.88%
B = 25.18%

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

#AFEB8A (or 0xAFEB8A) is known color: Feijoa. HEX triplet: AF, EB and 8A. RGB value is (175,235,138). Sum of RGB (Red+Green+Blue) = 175+235+138=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEB8A is #501475. Grayscale: #CECECE. Windows color (decimal): -5248118 or 9104303. OLE color: 9104303.

HSL color Cylindrical-coordinate representation of color #AFEB8A: hue angle of 97.11º 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 #AFEB8A is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 138 -
CMYK 0.26 0 0.41 0.08
HSL 97.11º 0.71% 0.73% -
HSV(B) 97.11º 0.41% 0.92% -
XYZ 51.97 70.37 34.89 -
YUV 206 89.62 105.89 -
System Red Green Blue C M Y K H S L
Decimal 175 235 138 0.26 0 0.41 0.08 97.11 0.71 0.73
Hex AF EB 8A 1A 0 29 8 61 47 49
Octal 257 353 212 32 0 51 10 141 107 111
Binary 10101111 11101011 10001010 11010 0 101001 1000 1100001 1000111 1001001

Color Harmonies of #AFEB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB8A

Black with #AFEB8A

Text Example


Text Example

White with #AFEB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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