Html Css Color HEX #A8F16C Feijoa

📋 copy color: '#A8F16C'

red 168 ◦ green 241 ◦ blue 108

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

Shades of Feijoa #A8F16C

Tints of Feijoa #A8F16C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.62%

 BLUE value IS 108 (42.58% from 255) = 20.89%

R = 32.5%
G = 46.62%
B = 20.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#A8F16C (or 0xA8F16C) is known color: Feijoa. HEX triplet: A8, F1 and 6C. RGB value is (168,241,108). Sum of RGB (Red+Green+Blue) = 168+241+108=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F16C is #570E93. Grayscale: #CCCCCC. Windows color (decimal): -5705364 or 7139752. OLE color: 7139752.

HSL color Cylindrical-coordinate representation of color #A8F16C: hue angle of 92.93º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8F16C is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 108 -
CMYK 0.30 0 0.55 0.05
HSL 92.93º 0.83% 0.68% -
HSV(B) 92.93º 0.55% 0.95% -
XYZ 50.31 72.32 25.49 -
YUV 204.01 73.82 102.31 -
System Red Green Blue C M Y K H S L
Decimal 168 241 108 0.30 0 0.55 0.05 92.93 0.83 0.68
Hex A8 F1 6C 1E 0 37 5 5D 53 44
Octal 250 361 154 36 0 67 5 135 123 104
Binary 10101000 11110001 1101100 11110 0 110111 101 1011101 1010011 1000100

Color Harmonies of #A8F16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F16C

Black with #A8F16C

Text Example


Text Example

White with #A8F16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F16C; }

 p { color: rgb(168,241,108); }

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

background-color css

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

 a { background-color: rgb(168,241,108); }

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

border-color css

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

 span { border-color: rgb(168,241,108); }

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