Html Css Color HEX #A6FD74 Feijoa

📋 copy color: '#A6FD74'

red 166 ◦ green 253 ◦ blue 116

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

Shades of Feijoa #A6FD74

Tints of Feijoa #A6FD74

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.29%

 BLUE value IS 116 (45.7% from 255) = 21.68%

R = 31.03%
G = 47.29%
B = 21.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#A6FD74 (or 0xA6FD74) is known color: Feijoa. HEX triplet: A6, FD and 74. RGB value is (166,253,116). Sum of RGB (Red+Green+Blue) = 166+253+116=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FD74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FD74 is #59028B. Grayscale: #D3D3D3. Windows color (decimal): -5833356 or 7667110. OLE color: 7667110.

HSL color Cylindrical-coordinate representation of color #A6FD74: hue angle of 98.1º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6FD74 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 253 116 -
CMYK 0.34 0 0.54 0.01
HSL 98.1º 0.97% 0.72% -
HSV(B) 98.1º 0.54% 0.99% -
XYZ 54 79.62 29.04 -
YUV 211.37 74.18 95.64 -
System Red Green Blue C M Y K H S L
Decimal 166 253 116 0.34 0 0.54 0.01 98.1 0.97 0.72
Hex A6 FD 74 22 0 36 1 62 61 48
Octal 246 375 164 42 0 66 1 142 141 110
Binary 10100110 11111101 1110100 100010 0 110110 1 1100010 1100001 1001000

Color Harmonies of #A6FD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FD74

Black with #A6FD74

Text Example


Text Example

White with #A6FD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FD74; }

 p { color: rgb(166,253,116); }

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

background-color css

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

 a { background-color: rgb(166,253,116); }

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

border-color css

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

 span { border-color: rgb(166,253,116); }

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