Html Css Color HEX #A8FA74 Feijoa

📋 copy color: '#A8FA74'

red 168 ◦ green 250 ◦ blue 116

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

Shades of Feijoa #A8FA74

Tints of Feijoa #A8FA74

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.82%

 BLUE value IS 116 (45.7% from 255) = 21.72%

R = 31.46%
G = 46.82%
B = 21.72%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#A8FA74 (or 0xA8FA74) is known color: Feijoa. HEX triplet: A8, FA and 74. RGB value is (168,250,116). Sum of RGB (Red+Green+Blue) = 168+250+116=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA74 is #57058B. Grayscale: #D2D2D2. Windows color (decimal): -5703052 or 7666344. OLE color: 7666344.

HSL color Cylindrical-coordinate representation of color #A8FA74: hue angle of 96.72º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8FA74 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 250 116 -
CMYK 0.33 0 0.54 0.02
HSL 96.72º 0.93% 0.72% -
HSV(B) 96.72º 0.54% 0.98% -
XYZ 53.49 77.96 28.75 -
YUV 210.21 74.83 97.9 -
System Red Green Blue C M Y K H S L
Decimal 168 250 116 0.33 0 0.54 0.02 96.72 0.93 0.72
Hex A8 FA 74 21 0 36 2 61 5D 48
Octal 250 372 164 41 0 66 2 141 135 110
Binary 10101000 11111010 1110100 100001 0 110110 10 1100001 1011101 1001000

Color Harmonies of #A8FA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FA74

Black with #A8FA74

Text Example


Text Example

White with #A8FA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FA74; }

 p { color: rgb(168,250,116); }

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

background-color css

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

 a { background-color: rgb(168,250,116); }

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

border-color css

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

 span { border-color: rgb(168,250,116); }

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