Html Css Color HEX #A8E282 Feijoa

📋 copy color: '#A8E282'

red 168 ◦ green 226 ◦ blue 130

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

Shades of Feijoa #A8E282

Tints of Feijoa #A8E282

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.13%

 BLUE value IS 130 (51.17% from 255) = 24.81%

R = 32.06%
G = 43.13%
B = 24.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#A8E282 (or 0xA8E282) is known color: Feijoa. HEX triplet: A8, E2 and 82. RGB value is (168,226,130). Sum of RGB (Red+Green+Blue) = 168+226+130=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E282 is #571D7D. Grayscale: #C6C6C6. Windows color (decimal): -5709182 or 8577704. OLE color: 8577704.

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

Color convert

RGB 168 226 130 -
CMYK 0.26 0 0.42 0.11
HSL 96.25º 0.62% 0.7% -
HSV(B) 96.25º 0.42% 0.89% -
XYZ 47.37 64.33 31.04 -
YUV 197.71 89.78 106.81 -
System Red Green Blue C M Y K H S L
Decimal 168 226 130 0.26 0 0.42 0.11 96.25 0.62 0.7
Hex A8 E2 82 1A 0 2A B 60 3E 46
Octal 250 342 202 32 0 52 13 140 76 106
Binary 10101000 11100010 10000010 11010 0 101010 1011 1100000 111110 1000110

Color Harmonies of #A8E282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E282

Black with #A8E282

Text Example


Text Example

White with #A8E282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E282; }

 p { color: rgb(168,226,130); }

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

background-color css

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

 a { background-color: rgb(168,226,130); }

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

border-color css

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

 span { border-color: rgb(168,226,130); }

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