Html Css Color HEX #AFF281 Feijoa

📋 copy color: '#AFF281'

red 175 ◦ green 242 ◦ blue 129

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

Shades of Feijoa #AFF281

Tints of Feijoa #AFF281

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.32%

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

R = 32.05%
G = 44.32%
B = 23.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#AFF281 (or 0xAFF281) is known color: Feijoa. HEX triplet: AF, F2 and 81. RGB value is (175,242,129). Sum of RGB (Red+Green+Blue) = 175+242+129=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF281 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF281 is #500D7E. Grayscale: #D1D1D1. Windows color (decimal): -5246335 or 8516271. OLE color: 8516271.

HSL color Cylindrical-coordinate representation of color #AFF281: hue angle of 95.58º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFF281 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 129 -
CMYK 0.28 0 0.47 0.05
HSL 95.58º 0.81% 0.73% -
HSV(B) 95.58º 0.47% 0.95% -
XYZ 53.39 74.2 32.28 -
YUV 209.09 82.8 103.69 -
System Red Green Blue C M Y K H S L
Decimal 175 242 129 0.28 0 0.47 0.05 95.58 0.81 0.73
Hex AF F2 81 1C 0 2F 5 60 51 49
Octal 257 362 201 34 0 57 5 140 121 111
Binary 10101111 11110010 10000001 11100 0 101111 101 1100000 1010001 1001001

Color Harmonies of #AFF281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF281

Black with #AFF281

Text Example


Text Example

White with #AFF281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF281; }

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

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

background-color css

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

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

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

border-color css

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

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

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