Html Css Color HEX #A8EF7A Feijoa

📋 copy color: '#A8EF7A'

red 168 ◦ green 239 ◦ blue 122

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

Shades of Feijoa #A8EF7A

Tints of Feijoa #A8EF7A

RGB

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

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

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

R = 31.76%
G = 45.18%
B = 23.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#A8EF7A (or 0xA8EF7A) is known color: Feijoa. HEX triplet: A8, EF and 7A. RGB value is (168,239,122). Sum of RGB (Red+Green+Blue) = 168+239+122=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EF7A is #571085. Grayscale: #CCCCCC. Windows color (decimal): -5705862 or 8056744. OLE color: 8056744.

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

Color convert

RGB 168 239 122 -
CMYK 0.30 0 0.49 0.06
HSL 96.41º 0.79% 0.71% -
HSV(B) 96.41º 0.49% 0.94% -
XYZ 50.53 71.46 29.54 -
YUV 204.43 81.48 102.01 -
System Red Green Blue C M Y K H S L
Decimal 168 239 122 0.30 0 0.49 0.06 96.41 0.79 0.71
Hex A8 EF 7A 1E 0 31 6 60 4F 47
Octal 250 357 172 36 0 61 6 140 117 107
Binary 10101000 11101111 1111010 11110 0 110001 110 1100000 1001111 1000111

Color Harmonies of #A8EF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EF7A

Black with #A8EF7A

Text Example


Text Example

White with #A8EF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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