Html Css Color HEX #A6E18A Feijoa

📋 copy color: '#A6E18A'

red 166 ◦ green 225 ◦ blue 138

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

Shades of Feijoa #A6E18A

Tints of Feijoa #A6E18A

RGB

 RED value IS 166 (65.23% from 255) = 31.38%

 GREEN value IS 225 (88.28% from 255) = 42.53%

 BLUE value IS 138 (54.3% from 255) = 26.09%

R = 31.38%
G = 42.53%
B = 26.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#A6E18A (or 0xA6E18A) is known color: Feijoa. HEX triplet: A6, E1 and 8A. RGB value is (166,225,138). Sum of RGB (Red+Green+Blue) = 166+225+138=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E18A is #591E75. Grayscale: #C5C5C5. Windows color (decimal): -5840502 or 9101734. OLE color: 9101734.

HSL color Cylindrical-coordinate representation of color #A6E18A: hue angle of 100.69º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6E18A is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 225 138 -
CMYK 0.26 0 0.39 0.12
HSL 100.69º 0.59% 0.71% -
HSV(B) 100.69º 0.39% 0.88% -
XYZ 47.24 63.79 33.87 -
YUV 197.44 94.45 105.57 -
System Red Green Blue C M Y K H S L
Decimal 166 225 138 0.26 0 0.39 0.12 100.69 0.59 0.71
Hex A6 E1 8A 1A 0 27 C 65 3B 47
Octal 246 341 212 32 0 47 14 145 73 107
Binary 10100110 11100001 10001010 11010 0 100111 1100 1100101 111011 1000111

Color Harmonies of #A6E18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E18A

Black with #A6E18A

Text Example


Text Example

White with #A6E18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E18A; }

 p { color: rgb(166,225,138); }

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

background-color css

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

 a { background-color: rgb(166,225,138); }

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

border-color css

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

 span { border-color: rgb(166,225,138); }

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