Html Css Color HEX #A8F484 Feijoa

📋 copy color: '#A8F484'

red 168 ◦ green 244 ◦ blue 132

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

Shades of Feijoa #A8F484

Tints of Feijoa #A8F484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.26%

R = 30.88%
G = 44.85%
B = 24.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#A8F484 (or 0xA8F484) is known color: Feijoa. HEX triplet: A8, F4 and 84. RGB value is (168,244,132). Sum of RGB (Red+Green+Blue) = 168+244+132=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 132 (51.95% from 255 or 24.26% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F484 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F484 is #570B7B. Grayscale: #D0D0D0. Windows color (decimal): -5704572 or 8713384. OLE color: 8713384.

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

Color convert

RGB 168 244 132 -
CMYK 0.31 0 0.46 0.04
HSL 100.71º 0.84% 0.74% -
HSV(B) 100.71º 0.46% 0.96% -
XYZ 52.66 74.69 33.47 -
YUV 208.51 84.82 99.11 -
System Red Green Blue C M Y K H S L
Decimal 168 244 132 0.31 0 0.46 0.04 100.71 0.84 0.74
Hex A8 F4 84 1F 0 2E 4 65 54 4A
Octal 250 364 204 37 0 56 4 145 124 112
Binary 10101000 11110100 10000100 11111 0 101110 100 1100101 1010100 1001010

Color Harmonies of #A8F484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F484

Black with #A8F484

Text Example


Text Example

White with #A8F484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F484; }

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

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

background-color css

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

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

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

border-color css

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

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

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