Html Css Color HEX #A6FA5A Conifer

📋 copy color: '#A6FA5A'

red 166 ◦ green 250 ◦ blue 90

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

Shades of Conifer #A6FA5A

Tints of Conifer #A6FA5A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.41%

 BLUE value IS 90 (35.55% from 255) = 17.79%

R = 32.81%
G = 49.41%
B = 17.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#A6FA5A (or 0xA6FA5A) is known color: Conifer. HEX triplet: A6, FA and 5A. RGB value is (166,250,90). Sum of RGB (Red+Green+Blue) = 166+250+90=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FA5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FA5A is #5905A5. Grayscale: #CFCFCF. Windows color (decimal): -5834150 or 5962406. OLE color: 5962406.

HSL color Cylindrical-coordinate representation of color #A6FA5A: hue angle of 91.5º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6FA5A is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 250 90 -
CMYK 0.34 0 0.64 0.02
HSL 91.5º 0.94% 0.67% -
HSV(B) 91.5º 0.64% 0.98% -
XYZ 51.76 77.22 21.85 -
YUV 206.64 62.17 99.01 -
System Red Green Blue C M Y K H S L
Decimal 166 250 90 0.34 0 0.64 0.02 91.5 0.94 0.67
Hex A6 FA 5A 22 0 40 2 5C 5E 43
Octal 246 372 132 42 0 100 2 134 136 103
Binary 10100110 11111010 1011010 100010 0 1000000 10 1011100 1011110 1000011

Color Harmonies of #A6FA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FA5A

Black with #A6FA5A

Text Example


Text Example

White with #A6FA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FA5A; }

 p { color: rgb(166,250,90); }

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

background-color css

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

 a { background-color: rgb(166,250,90); }

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

border-color css

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

 span { border-color: rgb(166,250,90); }

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