Html Css Color HEX #A6E972 Feijoa

📋 copy color: '#A6E972'

red 166 ◦ green 233 ◦ blue 114

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

Shades of Feijoa #A6E972

Tints of Feijoa #A6E972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.42%

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

R = 32.36%
G = 45.42%
B = 22.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#A6E972 (or 0xA6E972) is known color: Feijoa. HEX triplet: A6, E9 and 72. RGB value is (166,233,114). Sum of RGB (Red+Green+Blue) = 166+233+114=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E972 is #59168D. Grayscale: #C7C7C7. Windows color (decimal): -5838478 or 7530918. OLE color: 7530918.

HSL color Cylindrical-coordinate representation of color #A6E972: hue angle of 93.78º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6E972 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 233 114 -
CMYK 0.29 0 0.51 0.09
HSL 93.78º 0.73% 0.68% -
HSV(B) 93.78º 0.51% 0.91% -
XYZ 47.9 67.6 26.44 -
YUV 199.4 79.8 104.18 -
System Red Green Blue C M Y K H S L
Decimal 166 233 114 0.29 0 0.51 0.09 93.78 0.73 0.68
Hex A6 E9 72 1D 0 33 9 5E 49 44
Octal 246 351 162 35 0 63 11 136 111 104
Binary 10100110 11101001 1110010 11101 0 110011 1001 1011110 1001001 1000100

Color Harmonies of #A6E972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E972

Black with #A6E972

Text Example


Text Example

White with #A6E972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E972; }

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

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

background-color css

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

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

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

border-color css

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

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

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