Html Css Color HEX #A8E073 Feijoa

📋 copy color: '#A8E073'

red 168 ◦ green 224 ◦ blue 115

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

Shades of Feijoa #A8E073

Tints of Feijoa #A8E073

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.18%

 BLUE value IS 115 (45.31% from 255) = 22.68%

R = 33.14%
G = 44.18%
B = 22.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#A8E073 (or 0xA8E073) is known color: Feijoa. HEX triplet: A8, E0 and 73. RGB value is (168,224,115). Sum of RGB (Red+Green+Blue) = 168+224+115=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E073 is #571F8C. Grayscale: #C3C3C3. Windows color (decimal): -5709709 or 7594152. OLE color: 7594152.

HSL color Cylindrical-coordinate representation of color #A8E073: hue angle of 90.83º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8E073 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 224 115 -
CMYK 0.25 0 0.49 0.12
HSL 90.83º 0.64% 0.66% -
HSV(B) 90.83º 0.49% 0.88% -
XYZ 45.9 62.87 25.94 -
YUV 194.83 82.95 108.86 -
System Red Green Blue C M Y K H S L
Decimal 168 224 115 0.25 0 0.49 0.12 90.83 0.64 0.66
Hex A8 E0 73 19 0 31 C 5B 40 42
Octal 250 340 163 31 0 61 14 133 100 102
Binary 10101000 11100000 1110011 11001 0 110001 1100 1011011 1000000 1000010

Color Harmonies of #A8E073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E073

Black with #A8E073

Text Example


Text Example

White with #A8E073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E073; }

 p { color: rgb(168,224,115); }

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

background-color css

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

 a { background-color: rgb(168,224,115); }

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

border-color css

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

 span { border-color: rgb(168,224,115); }

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