Html Css Color HEX #A6F364 Conifer

📋 copy color: '#A6F364'

red 166 ◦ green 243 ◦ blue 100

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

Shades of Conifer #A6F364

Tints of Conifer #A6F364

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.74%

 BLUE value IS 100 (39.45% from 255) = 19.65%

R = 32.61%
G = 47.74%
B = 19.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#A6F364 (or 0xA6F364) is known color: Conifer. HEX triplet: A6, F3 and 64. RGB value is (166,243,100). Sum of RGB (Red+Green+Blue) = 166+243+100=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #A6F364 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F364 is #590C9B. Grayscale: #CCCCCC. Windows color (decimal): -5835932 or 6615974. OLE color: 6615974.

HSL color Cylindrical-coordinate representation of color #A6F364: hue angle of 92.31º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6F364 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 243 100 -
CMYK 0.32 0 0.59 0.05
HSL 92.31º 0.86% 0.67% -
HSV(B) 92.31º 0.59% 0.95% -
XYZ 50.08 73.13 23.53 -
YUV 203.68 69.49 101.13 -
System Red Green Blue C M Y K H S L
Decimal 166 243 100 0.32 0 0.59 0.05 92.31 0.86 0.67
Hex A6 F3 64 20 0 3B 5 5C 56 43
Octal 246 363 144 40 0 73 5 134 126 103
Binary 10100110 11110011 1100100 100000 0 111011 101 1011100 1010110 1000011

Color Harmonies of #A6F364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F364

Black with #A6F364

Text Example


Text Example

White with #A6F364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F364; }

 p { color: rgb(166,243,100); }

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

background-color css

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

 a { background-color: rgb(166,243,100); }

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

border-color css

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

 span { border-color: rgb(166,243,100); }

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