Html Css Color HEX #A6F26C Feijoa

📋 copy color: '#A6F26C'

red 166 ◦ green 242 ◦ blue 108

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

Shades of Feijoa #A6F26C

Tints of Feijoa #A6F26C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.9%

 BLUE value IS 108 (42.58% from 255) = 20.93%

R = 32.17%
G = 46.9%
B = 20.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#A6F26C (or 0xA6F26C) is known color: Feijoa. HEX triplet: A6, F2 and 6C. RGB value is (166,242,108). Sum of RGB (Red+Green+Blue) = 166+242+108=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F26C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F26C is #590D93. Grayscale: #CCCCCC. Windows color (decimal): -5836180 or 7140006. OLE color: 7140006.

HSL color Cylindrical-coordinate representation of color #A6F26C: hue angle of 94.03º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6F26C is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 242 108 -
CMYK 0.31 0 0.55 0.05
HSL 94.03º 0.84% 0.69% -
HSV(B) 94.03º 0.55% 0.95% -
XYZ 50.18 72.69 25.57 -
YUV 204 73.82 100.9 -
System Red Green Blue C M Y K H S L
Decimal 166 242 108 0.31 0 0.55 0.05 94.03 0.84 0.69
Hex A6 F2 6C 1F 0 37 5 5E 54 45
Octal 246 362 154 37 0 67 5 136 124 105
Binary 10100110 11110010 1101100 11111 0 110111 101 1011110 1010100 1000101

Color Harmonies of #A6F26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F26C

Black with #A6F26C

Text Example


Text Example

White with #A6F26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F26C; }

 p { color: rgb(166,242,108); }

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

background-color css

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

 a { background-color: rgb(166,242,108); }

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

border-color css

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

 span { border-color: rgb(166,242,108); }

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