Html Css Color HEX #AFE281 Feijoa

📋 copy color: '#AFE281'

red 175 ◦ green 226 ◦ blue 129

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

Shades of Feijoa #AFE281

Tints of Feijoa #AFE281

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.64%

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

R = 33.02%
G = 42.64%
B = 24.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#AFE281 (or 0xAFE281) is known color: Feijoa. HEX triplet: AF, E2 and 81. RGB value is (175,226,129). Sum of RGB (Red+Green+Blue) = 175+226+129=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 129 (50.78% from 255 or 24.34% from 530); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE281 is #501D7E. Grayscale: #C8C8C8. Windows color (decimal): -5250431 or 8512175. OLE color: 8512175.

HSL color Cylindrical-coordinate representation of color #AFE281: hue angle of 91.55º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFE281 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 129 -
CMYK 0.23 0 0.43 0.11
HSL 91.55º 0.63% 0.7% -
HSV(B) 91.55º 0.43% 0.89% -
XYZ 48.84 65.09 30.76 -
YUV 199.69 88.1 110.39 -
System Red Green Blue C M Y K H S L
Decimal 175 226 129 0.23 0 0.43 0.11 91.55 0.63 0.7
Hex AF E2 81 17 0 2B B 5C 3F 46
Octal 257 342 201 27 0 53 13 134 77 106
Binary 10101111 11100010 10000001 10111 0 101011 1011 1011100 111111 1000110

Color Harmonies of #AFE281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE281

Black with #AFE281

Text Example


Text Example

White with #AFE281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE281; }

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

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

background-color css

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

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

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

border-color css

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

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

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