Html Css Color HEX #A8E48B Feijoa

📋 copy color: '#A8E48B'

red 168 ◦ green 228 ◦ blue 139

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

Shades of Feijoa #A8E48B

Tints of Feijoa #A8E48B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.62%

 BLUE value IS 139 (54.69% from 255) = 25.98%

R = 31.4%
G = 42.62%
B = 25.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#A8E48B (or 0xA8E48B) is known color: Feijoa. HEX triplet: A8, E4 and 8B. RGB value is (168,228,139). Sum of RGB (Red+Green+Blue) = 168+228+139=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E48B is #571B74. Grayscale: #C8C8C8. Windows color (decimal): -5708661 or 9168040. OLE color: 9168040.

HSL color Cylindrical-coordinate representation of color #A8E48B: hue angle of 100.45º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8E48B is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 228 139 -
CMYK 0.26 0 0.39 0.11
HSL 100.45º 0.62% 0.72% -
HSV(B) 100.45º 0.39% 0.89% -
XYZ 48.55 65.68 34.54 -
YUV 199.91 93.62 105.24 -
System Red Green Blue C M Y K H S L
Decimal 168 228 139 0.26 0 0.39 0.11 100.45 0.62 0.72
Hex A8 E4 8B 1A 0 27 B 64 3E 48
Octal 250 344 213 32 0 47 13 144 76 110
Binary 10101000 11100100 10001011 11010 0 100111 1011 1100100 111110 1001000

Color Harmonies of #A8E48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E48B

Black with #A8E48B

Text Example


Text Example

White with #A8E48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E48B; }

 p { color: rgb(168,228,139); }

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

background-color css

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

 a { background-color: rgb(168,228,139); }

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

border-color css

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

 span { border-color: rgb(168,228,139); }

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