Html Css Color HEX #A6F960 Conifer

📋 copy color: '#A6F960'

red 166 ◦ green 249 ◦ blue 96

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

Shades of Conifer #A6F960

Tints of Conifer #A6F960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.79%

R = 32.49%
G = 48.73%
B = 18.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#A6F960 (or 0xA6F960) is known color: Conifer. HEX triplet: A6, F9 and 60. RGB value is (166,249,96). Sum of RGB (Red+Green+Blue) = 166+249+96=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F960 is #59069F. Grayscale: #CFCFCF. Windows color (decimal): -5834400 or 6355366. OLE color: 6355366.

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

Color convert

RGB 166 249 96 -
CMYK 0.33 0 0.61 0.02
HSL 92.55º 0.93% 0.68% -
HSV(B) 92.55º 0.61% 0.98% -
XYZ 51.71 76.7 23.15 -
YUV 206.74 65.5 98.94 -
System Red Green Blue C M Y K H S L
Decimal 166 249 96 0.33 0 0.61 0.02 92.55 0.93 0.68
Hex A6 F9 60 21 0 3D 2 5D 5D 44
Octal 246 371 140 41 0 75 2 135 135 104
Binary 10100110 11111001 1100000 100001 0 111101 10 1011101 1011101 1000100

Color Harmonies of #A6F960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F960

Black with #A6F960

Text Example


Text Example

White with #A6F960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F960; }

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

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

background-color css

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

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

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

border-color css

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

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

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