Html Css Color HEX #A8FF70 Feijoa

📋 copy color: '#A8FF70'

red 168 ◦ green 255 ◦ blue 112

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

Shades of Feijoa #A8FF70

Tints of Feijoa #A8FF70

RGB

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

 GREEN value IS 255 (100% from 255) = 47.66%

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

R = 31.4%
G = 47.66%
B = 20.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#A8FF70 (or 0xA8FF70) is known color: Feijoa. HEX triplet: A8, FF and 70. RGB value is (168,255,112). Sum of RGB (Red+Green+Blue) = 168+255+112=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FF70 is #57008F. Grayscale: #D5D5D5. Windows color (decimal): -5701776 or 7405480. OLE color: 7405480.

HSL color Cylindrical-coordinate representation of color #A8FF70: hue angle of 96.5º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8FF70 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 168 255 112 -
CMYK 0.34 0 0.56 0
HSL 96.5º 1% 0.72% -
HSV(B) 96.5º 0.56% 1% -
XYZ 54.83 81.01 28.08 -
YUV 212.69 71.18 96.13 -
System Red Green Blue C M Y K H S L
Decimal 168 255 112 0.34 0 0.56 0 96.5 1 0.72
Hex A8 FF 70 22 0 38 0 61 64 48
Octal 250 377 160 42 0 70 0 141 144 110
Binary 10101000 11111111 1110000 100010 0 111000 0 1100001 1100100 1001000

Color Harmonies of #A8FF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FF70

Black with #A8FF70

Text Example


Text Example

White with #A8FF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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