Html Css Color HEX #A8F481 Feijoa

📋 copy color: '#A8F481'

red 168 ◦ green 244 ◦ blue 129

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

Shades of Feijoa #A8F481

Tints of Feijoa #A8F481

RGB

 RED value IS 168 (66.02% from 255) = 31.05%

 GREEN value IS 244 (95.7% from 255) = 45.1%

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

R = 31.05%
G = 45.1%
B = 23.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#A8F481 (or 0xA8F481) is known color: Feijoa. HEX triplet: A8, F4 and 81. RGB value is (168,244,129). Sum of RGB (Red+Green+Blue) = 168+244+129=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F481 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F481 is #570B7E. Grayscale: #D0D0D0. Windows color (decimal): -5704575 or 8516776. OLE color: 8516776.

HSL color Cylindrical-coordinate representation of color #A8F481: hue angle of 99.65º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8F481 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 244 129 -
CMYK 0.31 0 0.47 0.04
HSL 99.65º 0.84% 0.73% -
HSV(B) 99.65º 0.47% 0.96% -
XYZ 52.46 74.61 32.41 -
YUV 208.17 83.32 99.35 -
System Red Green Blue C M Y K H S L
Decimal 168 244 129 0.31 0 0.47 0.04 99.65 0.84 0.73
Hex A8 F4 81 1F 0 2F 4 64 54 49
Octal 250 364 201 37 0 57 4 144 124 111
Binary 10101000 11110100 10000001 11111 0 101111 100 1100100 1010100 1001001

Color Harmonies of #A8F481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F481

Black with #A8F481

Text Example


Text Example

White with #A8F481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F481; }

 p { color: rgb(168,244,129); }

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

background-color css

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

 a { background-color: rgb(168,244,129); }

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

border-color css

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

 span { border-color: rgb(168,244,129); }

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