Html Css Color HEX #A8F87D Feijoa

📋 copy color: '#A8F87D'

red 168 ◦ green 248 ◦ blue 125

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

Shades of Feijoa #A8F87D

Tints of Feijoa #A8F87D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.84%

 BLUE value IS 125 (49.22% from 255) = 23.11%

R = 31.05%
G = 45.84%
B = 23.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#A8F87D (or 0xA8F87D) is known color: Feijoa. HEX triplet: A8, F8 and 7D. RGB value is (168,248,125). Sum of RGB (Red+Green+Blue) = 168+248+125=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F87D is #570782. Grayscale: #D2D2D2. Windows color (decimal): -5703555 or 8255656. OLE color: 8255656.

HSL color Cylindrical-coordinate representation of color #A8F87D: hue angle of 99.02º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8F87D is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 248 125 -
CMYK 0.32 0 0.50 0.03
HSL 99.02º 0.9% 0.73% -
HSV(B) 99.02º 0.5% 0.97% -
XYZ 53.42 76.94 31.44 -
YUV 210.06 80 98 -
System Red Green Blue C M Y K H S L
Decimal 168 248 125 0.32 0 0.50 0.03 99.02 0.9 0.73
Hex A8 F8 7D 20 0 32 3 63 5A 49
Octal 250 370 175 40 0 62 3 143 132 111
Binary 10101000 11111000 1111101 100000 0 110010 11 1100011 1011010 1001001

Color Harmonies of #A8F87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F87D

Black with #A8F87D

Text Example


Text Example

White with #A8F87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F87D; }

 p { color: rgb(168,248,125); }

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

background-color css

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

 a { background-color: rgb(168,248,125); }

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

border-color css

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

 span { border-color: rgb(168,248,125); }

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