Html Css Color HEX #A6E072 Feijoa

📋 copy color: '#A6E072'

red 166 ◦ green 224 ◦ blue 114

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

Shades of Feijoa #A6E072

Tints of Feijoa #A6E072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.62%

R = 32.94%
G = 44.44%
B = 22.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#A6E072 (or 0xA6E072) is known color: Feijoa. HEX triplet: A6, E0 and 72. RGB value is (166,224,114). Sum of RGB (Red+Green+Blue) = 166+224+114=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E072 is #591F8D. Grayscale: #C2C2C2. Windows color (decimal): -5840782 or 7528614. OLE color: 7528614.

HSL color Cylindrical-coordinate representation of color #A6E072: hue angle of 91.64º 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 #A6E072 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 224 114 -
CMYK 0.26 0 0.49 0.12
HSL 91.64º 0.64% 0.66% -
HSV(B) 91.64º 0.49% 0.88% -
XYZ 45.42 62.63 25.62 -
YUV 194.12 82.78 107.94 -
System Red Green Blue C M Y K H S L
Decimal 166 224 114 0.26 0 0.49 0.12 91.64 0.64 0.66
Hex A6 E0 72 1A 0 31 C 5C 40 42
Octal 246 340 162 32 0 61 14 134 100 102
Binary 10100110 11100000 1110010 11010 0 110001 1100 1011100 1000000 1000010

Color Harmonies of #A6E072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E072

Black with #A6E072

Text Example


Text Example

White with #A6E072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E072; }

 p { color: rgb(166,224,114); }

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

background-color css

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

 a { background-color: rgb(166,224,114); }

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

border-color css

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

 span { border-color: rgb(166,224,114); }

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