Html Css Color HEX #AFF881 Feijoa

📋 copy color: '#AFF881'

red 175 ◦ green 248 ◦ blue 129

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

Shades of Feijoa #AFF881

Tints of Feijoa #AFF881

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.93%

 BLUE value IS 129 (50.78% from 255) = 23.37%

R = 31.7%
G = 44.93%
B = 23.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#AFF881 (or 0xAFF881) is known color: Feijoa. HEX triplet: AF, F8 and 81. RGB value is (175,248,129). Sum of RGB (Red+Green+Blue) = 175+248+129=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 248 (97.27% from 255 or 44.93% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF881 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF881 is #50077E. Grayscale: #D5D5D5. Windows color (decimal): -5244799 or 8517807. OLE color: 8517807.

HSL color Cylindrical-coordinate representation of color #AFF881: hue angle of 96.81º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFF881 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 129 -
CMYK 0.29 0 0.48 0.03
HSL 96.81º 0.89% 0.74% -
HSV(B) 96.81º 0.48% 0.97% -
XYZ 55.21 77.83 32.88 -
YUV 212.61 80.82 101.18 -
System Red Green Blue C M Y K H S L
Decimal 175 248 129 0.29 0 0.48 0.03 96.81 0.89 0.74
Hex AF F8 81 1D 0 30 3 61 59 4A
Octal 257 370 201 35 0 60 3 141 131 112
Binary 10101111 11111000 10000001 11101 0 110000 11 1100001 1011001 1001010

Color Harmonies of #AFF881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF881

Black with #AFF881

Text Example


Text Example

White with #AFF881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF881; }

 p { color: rgb(175,248,129); }

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

background-color css

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

 a { background-color: rgb(175,248,129); }

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

border-color css

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

 span { border-color: rgb(175,248,129); }

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