Html Css Color HEX #A8FC70 Feijoa

📋 copy color: '#A8FC70'

red 168 ◦ green 252 ◦ blue 112

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

Shades of Feijoa #A8FC70

Tints of Feijoa #A8FC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.05%

R = 31.58%
G = 47.37%
B = 21.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#A8FC70 (or 0xA8FC70) is known color: Feijoa. HEX triplet: A8, FC and 70. RGB value is (168,252,112). Sum of RGB (Red+Green+Blue) = 168+252+112=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC70 is #57038F. Grayscale: #D3D3D3. Windows color (decimal): -5702544 or 7404712. OLE color: 7404712.

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

Color convert

RGB 168 252 112 -
CMYK 0.33 0 0.56 0.01
HSL 96º 0.96% 0.71% -
HSV(B) 96º 0.56% 0.99% -
XYZ 53.88 79.12 27.76 -
YUV 210.92 72.17 97.38 -
System Red Green Blue C M Y K H S L
Decimal 168 252 112 0.33 0 0.56 0.01 96 0.96 0.71
Hex A8 FC 70 21 0 38 1 60 60 47
Octal 250 374 160 41 0 70 1 140 140 107
Binary 10101000 11111100 1110000 100001 0 111000 1 1100000 1100000 1000111

Color Harmonies of #A8FC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FC70

Black with #A8FC70

Text Example


Text Example

White with #A8FC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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