Html Css Color HEX #A8F180 Feijoa

📋 copy color: '#A8F180'

red 168 ◦ green 241 ◦ blue 128

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

Shades of Feijoa #A8F180

Tints of Feijoa #A8F180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.84%

R = 31.28%
G = 44.88%
B = 23.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#A8F180 (or 0xA8F180) is known color: Feijoa. HEX triplet: A8, F1 and 80. RGB value is (168,241,128). Sum of RGB (Red+Green+Blue) = 168+241+128=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F180 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F180 is #570E7F. Grayscale: #CECECE. Windows color (decimal): -5705344 or 8450472. OLE color: 8450472.

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

Color convert

RGB 168 241 128 -
CMYK 0.30 0 0.47 0.05
HSL 98.76º 0.8% 0.72% -
HSV(B) 98.76º 0.47% 0.95% -
XYZ 51.5 72.79 31.76 -
YUV 206.29 83.82 100.69 -
System Red Green Blue C M Y K H S L
Decimal 168 241 128 0.30 0 0.47 0.05 98.76 0.8 0.72
Hex A8 F1 80 1E 0 2F 5 63 50 48
Octal 250 361 200 36 0 57 5 143 120 110
Binary 10101000 11110001 10000000 11110 0 101111 101 1100011 1010000 1001000

Color Harmonies of #A8F180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F180

Black with #A8F180

Text Example


Text Example

White with #A8F180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F180; }

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

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

background-color css

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

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

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

border-color css

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

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

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