Html Css Color HEX #A8EF80 Feijoa

📋 copy color: '#A8EF80'

red 168 ◦ green 239 ◦ blue 128

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

Shades of Feijoa #A8EF80

Tints of Feijoa #A8EF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.93%

R = 31.4%
G = 44.67%
B = 23.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#A8EF80 (or 0xA8EF80) is known color: Feijoa. HEX triplet: A8, EF and 80. RGB value is (168,239,128). Sum of RGB (Red+Green+Blue) = 168+239+128=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EF80 is #57107F. Grayscale: #CDCDCD. Windows color (decimal): -5705856 or 8449960. OLE color: 8449960.

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

Color convert

RGB 168 239 128 -
CMYK 0.30 0 0.46 0.06
HSL 98.38º 0.78% 0.72% -
HSV(B) 98.38º 0.46% 0.94% -
XYZ 50.91 71.62 31.56 -
YUV 205.12 84.48 101.53 -
System Red Green Blue C M Y K H S L
Decimal 168 239 128 0.30 0 0.46 0.06 98.38 0.78 0.72
Hex A8 EF 80 1E 0 2E 6 62 4E 48
Octal 250 357 200 36 0 56 6 142 116 110
Binary 10101000 11101111 10000000 11110 0 101110 110 1100010 1001110 1001000

Color Harmonies of #A8EF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EF80

Black with #A8EF80

Text Example


Text Example

White with #A8EF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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