Html Css Color HEX #A8FB74 Feijoa

📋 copy color: '#A8FB74'

red 168 ◦ green 251 ◦ blue 116

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

Shades of Feijoa #A8FB74

Tints of Feijoa #A8FB74

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.92%

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

R = 31.4%
G = 46.92%
B = 21.68%

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

#A8FB74 (or 0xA8FB74) is known color: Feijoa. HEX triplet: A8, FB and 74. RGB value is (168,251,116). Sum of RGB (Red+Green+Blue) = 168+251+116=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FB74 is #57048B. Grayscale: #D3D3D3. Windows color (decimal): -5702796 or 7666600. OLE color: 7666600.

HSL color Cylindrical-coordinate representation of color #A8FB74: hue angle of 96.89º degrees, saturation: 0.94, 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 #A8FB74 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 251 116 -
CMYK 0.33 0 0.54 0.02
HSL 96.89º 0.94% 0.72% -
HSV(B) 96.89º 0.54% 0.98% -
XYZ 53.8 78.58 28.86 -
YUV 210.79 74.5 97.48 -
System Red Green Blue C M Y K H S L
Decimal 168 251 116 0.33 0 0.54 0.02 96.89 0.94 0.72
Hex A8 FB 74 21 0 36 2 61 5E 48
Octal 250 373 164 41 0 66 2 141 136 110
Binary 10101000 11111011 1110100 100001 0 110110 10 1100001 1011110 1001000

Color Harmonies of #A8FB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FB74

Black with #A8FB74

Text Example


Text Example

White with #A8FB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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