Html Css Color HEX #A8FA75 Feijoa

📋 copy color: '#A8FA75'

red 168 ◦ green 250 ◦ blue 117

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

Shades of Feijoa #A8FA75

Tints of Feijoa #A8FA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.87%

R = 31.4%
G = 46.73%
B = 21.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#A8FA75 (or 0xA8FA75) is known color: Feijoa. HEX triplet: A8, FA and 75. RGB value is (168,250,117). Sum of RGB (Red+Green+Blue) = 168+250+117=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA75 is #57058A. Grayscale: #D2D2D2. Windows color (decimal): -5703051 or 7731880. OLE color: 7731880.

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

Color convert

RGB 168 250 117 -
CMYK 0.33 0 0.53 0.02
HSL 96.99º 0.93% 0.72% -
HSV(B) 96.99º 0.53% 0.98% -
XYZ 53.54 77.98 29.06 -
YUV 210.32 75.33 97.81 -
System Red Green Blue C M Y K H S L
Decimal 168 250 117 0.33 0 0.53 0.02 96.99 0.93 0.72
Hex A8 FA 75 21 0 35 2 61 5D 48
Octal 250 372 165 41 0 65 2 141 135 110
Binary 10101000 11111010 1110101 100001 0 110101 10 1100001 1011101 1001000

Color Harmonies of #A8FA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FA75

Black with #A8FA75

Text Example


Text Example

White with #A8FA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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