Html Css Color HEX #A8EF7C Feijoa

📋 copy color: '#A8EF7C'

red 168 ◦ green 239 ◦ blue 124

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

Shades of Feijoa #A8EF7C

Tints of Feijoa #A8EF7C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.01%

 BLUE value IS 124 (48.83% from 255) = 23.35%

R = 31.64%
G = 45.01%
B = 23.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#A8EF7C (or 0xA8EF7C) is known color: Feijoa. HEX triplet: A8, EF and 7C. RGB value is (168,239,124). Sum of RGB (Red+Green+Blue) = 168+239+124=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EF7C is #571083. Grayscale: #CDCDCD. Windows color (decimal): -5705860 or 8187816. OLE color: 8187816.

HSL color Cylindrical-coordinate representation of color #A8EF7C: hue angle of 97.04º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8EF7C is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 239 124 -
CMYK 0.30 0 0.48 0.06
HSL 97.04º 0.78% 0.71% -
HSV(B) 97.04º 0.48% 0.94% -
XYZ 50.65 71.51 30.2 -
YUV 204.66 82.48 101.85 -
System Red Green Blue C M Y K H S L
Decimal 168 239 124 0.30 0 0.48 0.06 97.04 0.78 0.71
Hex A8 EF 7C 1E 0 30 6 61 4E 47
Octal 250 357 174 36 0 60 6 141 116 107
Binary 10101000 11101111 1111100 11110 0 110000 110 1100001 1001110 1000111

Color Harmonies of #A8EF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EF7C

Black with #A8EF7C

Text Example


Text Example

White with #A8EF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EF7C; }

 p { color: rgb(168,239,124); }

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

background-color css

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

 a { background-color: rgb(168,239,124); }

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

border-color css

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

 span { border-color: rgb(168,239,124); }

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