Html Css Color HEX #A8F088 Feijoa

📋 copy color: '#A8F088'

red 168 ◦ green 240 ◦ blue 136

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

Shades of Feijoa #A8F088

Tints of Feijoa #A8F088

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.12%

 BLUE value IS 136 (53.52% from 255) = 25%

R = 30.88%
G = 44.12%
B = 25%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#A8F088 (or 0xA8F088) is known color: Feijoa. HEX triplet: A8, F0 and 88. RGB value is (168,240,136). Sum of RGB (Red+Green+Blue) = 168+240+136=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F088 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F088 is #570F77. Grayscale: #CECECE. Windows color (decimal): -5705592 or 8974504. OLE color: 8974504.

HSL color Cylindrical-coordinate representation of color #A8F088: hue angle of 101.54º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8F088 is Cyan = 0.3, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 240 136 -
CMYK 0.3 0 0.43 0.06
HSL 101.54º 0.78% 0.74% -
HSV(B) 101.54º 0.43% 0.94% -
XYZ 51.75 72.42 34.54 -
YUV 206.62 88.15 100.46 -
System Red Green Blue C M Y K H S L
Decimal 168 240 136 0.3 0 0.43 0.06 101.54 0.78 0.74
Hex A8 F0 88 1E 0 2B 6 66 4E 4A
Octal 250 360 210 36 0 53 6 146 116 112
Binary 10101000 11110000 10001000 11110 0 101011 110 1100110 1001110 1001010

Color Harmonies of #A8F088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F088

Black with #A8F088

Text Example


Text Example

White with #A8F088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F088; }

 p { color: rgb(168,240,136); }

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

background-color css

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

 a { background-color: rgb(168,240,136); }

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

border-color css

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

 span { border-color: rgb(168,240,136); }

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