Html Css Color HEX #A8F182 Feijoa

📋 copy color: '#A8F182'

red 168 ◦ green 241 ◦ blue 130

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

Shades of Feijoa #A8F182

Tints of Feijoa #A8F182

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.71%

 BLUE value IS 130 (51.17% from 255) = 24.12%

R = 31.17%
G = 44.71%
B = 24.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#A8F182 (or 0xA8F182) is known color: Feijoa. HEX triplet: A8, F1 and 82. RGB value is (168,241,130). Sum of RGB (Red+Green+Blue) = 168+241+130=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F182 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F182 is #570E7D. Grayscale: #CECECE. Windows color (decimal): -5705342 or 8581544. OLE color: 8581544.

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

Color convert

RGB 168 241 130 -
CMYK 0.30 0 0.46 0.05
HSL 99.46º 0.8% 0.73% -
HSV(B) 99.46º 0.46% 0.95% -
XYZ 51.63 72.85 32.46 -
YUV 206.52 84.82 100.53 -
System Red Green Blue C M Y K H S L
Decimal 168 241 130 0.30 0 0.46 0.05 99.46 0.8 0.73
Hex A8 F1 82 1E 0 2E 5 63 50 49
Octal 250 361 202 36 0 56 5 143 120 111
Binary 10101000 11110001 10000010 11110 0 101110 101 1100011 1010000 1001001

Color Harmonies of #A8F182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F182

Black with #A8F182

Text Example


Text Example

White with #A8F182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F182; }

 p { color: rgb(168,241,130); }

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

background-color css

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

 a { background-color: rgb(168,241,130); }

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

border-color css

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

 span { border-color: rgb(168,241,130); }

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