Html Css Color HEX #A8FD6C Feijoa

📋 copy color: '#A8FD6C'

red 168 ◦ green 253 ◦ blue 108

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

Shades of Feijoa #A8FD6C

Tints of Feijoa #A8FD6C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.83%

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

R = 31.76%
G = 47.83%
B = 20.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#A8FD6C (or 0xA8FD6C) is known color: Feijoa. HEX triplet: A8, FD and 6C. RGB value is (168,253,108). Sum of RGB (Red+Green+Blue) = 168+253+108=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD6C is #570293. Grayscale: #D3D3D3. Windows color (decimal): -5702292 or 7142824. OLE color: 7142824.

HSL color Cylindrical-coordinate representation of color #A8FD6C: hue angle of 95.17º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8FD6C is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 253 108 -
CMYK 0.34 0 0.57 0.01
HSL 95.17º 0.97% 0.71% -
HSV(B) 95.17º 0.57% 0.99% -
XYZ 53.98 79.66 26.72 -
YUV 211.06 69.84 97.29 -
System Red Green Blue C M Y K H S L
Decimal 168 253 108 0.34 0 0.57 0.01 95.17 0.97 0.71
Hex A8 FD 6C 22 0 39 1 5F 61 47
Octal 250 375 154 42 0 71 1 137 141 107
Binary 10101000 11111101 1101100 100010 0 111001 1 1011111 1100001 1000111

Color Harmonies of #A8FD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FD6C

Black with #A8FD6C

Text Example


Text Example

White with #A8FD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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