Html Css Color HEX #A6F970 Feijoa

📋 copy color: '#A6F970'

red 166 ◦ green 249 ◦ blue 112

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

Shades of Feijoa #A6F970

Tints of Feijoa #A6F970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.25%

 BLUE value IS 112 (44.14% from 255) = 21.25%

R = 31.5%
G = 47.25%
B = 21.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#A6F970 (or 0xA6F970) is known color: Feijoa. HEX triplet: A6, F9 and 70. RGB value is (166,249,112). Sum of RGB (Red+Green+Blue) = 166+249+112=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F970 is #59068F. Grayscale: #D1D1D1. Windows color (decimal): -5834384 or 7403942. OLE color: 7403942.

HSL color Cylindrical-coordinate representation of color #A6F970: hue angle of 96.35º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6F970 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 249 112 -
CMYK 0.33 0 0.55 0.02
HSL 96.35º 0.92% 0.71% -
HSV(B) 96.35º 0.55% 0.98% -
XYZ 52.53 77.03 27.43 -
YUV 208.57 73.5 97.64 -
System Red Green Blue C M Y K H S L
Decimal 166 249 112 0.33 0 0.55 0.02 96.35 0.92 0.71
Hex A6 F9 70 21 0 37 2 60 5C 47
Octal 246 371 160 41 0 67 2 140 134 107
Binary 10100110 11111001 1110000 100001 0 110111 10 1100000 1011100 1000111

Color Harmonies of #A6F970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F970

Black with #A6F970

Text Example


Text Example

White with #A6F970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F970; }

 p { color: rgb(166,249,112); }

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

background-color css

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

 a { background-color: rgb(166,249,112); }

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

border-color css

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

 span { border-color: rgb(166,249,112); }

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