Html Css Color HEX #A8FC7A Feijoa

📋 copy color: '#A8FC7A'

red 168 ◦ green 252 ◦ blue 122

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

Shades of Feijoa #A8FC7A

Tints of Feijoa #A8FC7A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.49%

 BLUE value IS 122 (48.05% from 255) = 22.51%

R = 31%
G = 46.49%
B = 22.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#A8FC7A (or 0xA8FC7A) is known color: Feijoa. HEX triplet: A8, FC and 7A. RGB value is (168,252,122). Sum of RGB (Red+Green+Blue) = 168+252+122=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC7A is #570385. Grayscale: #D4D4D4. Windows color (decimal): -5702534 or 8060072. OLE color: 8060072.

HSL color Cylindrical-coordinate representation of color #A8FC7A: hue angle of 98.77º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8FC7A is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 252 122 -
CMYK 0.33 0 0.52 0.01
HSL 98.77º 0.96% 0.73% -
HSV(B) 98.77º 0.52% 0.99% -
XYZ 54.47 79.35 30.86 -
YUV 212.06 77.17 96.57 -
System Red Green Blue C M Y K H S L
Decimal 168 252 122 0.33 0 0.52 0.01 98.77 0.96 0.73
Hex A8 FC 7A 21 0 34 1 63 60 49
Octal 250 374 172 41 0 64 1 143 140 111
Binary 10101000 11111100 1111010 100001 0 110100 1 1100011 1100000 1001001

Color Harmonies of #A8FC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FC7A

Black with #A8FC7A

Text Example


Text Example

White with #A8FC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FC7A; }

 p { color: rgb(168,252,122); }

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

background-color css

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

 a { background-color: rgb(168,252,122); }

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

border-color css

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

 span { border-color: rgb(168,252,122); }

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