Html Css Color HEX #A8FD7A Feijoa

📋 copy color: '#A8FD7A'

red 168 ◦ green 253 ◦ blue 122

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

Shades of Feijoa #A8FD7A

Tints of Feijoa #A8FD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.47%

R = 30.94%
G = 46.59%
B = 22.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#A8FD7A (or 0xA8FD7A) is known color: Feijoa. HEX triplet: A8, FD and 7A. RGB value is (168,253,122). Sum of RGB (Red+Green+Blue) = 168+253+122=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD7A is #570285. Grayscale: #D5D5D5. Windows color (decimal): -5702278 or 8060328. OLE color: 8060328.

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

Color convert

RGB 168 253 122 -
CMYK 0.34 0 0.52 0.01
HSL 98.93º 0.97% 0.74% -
HSV(B) 98.93º 0.52% 0.99% -
XYZ 54.79 79.98 30.96 -
YUV 212.65 76.84 96.15 -
System Red Green Blue C M Y K H S L
Decimal 168 253 122 0.34 0 0.52 0.01 98.93 0.97 0.74
Hex A8 FD 7A 22 0 34 1 63 61 4A
Octal 250 375 172 42 0 64 1 143 141 112
Binary 10101000 11111101 1111010 100010 0 110100 1 1100011 1100001 1001010

Color Harmonies of #A8FD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FD7A

Black with #A8FD7A

Text Example


Text Example

White with #A8FD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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