Html Css Color HEX #A6EB5D Conifer

📋 copy color: '#A6EB5D'

red 166 ◦ green 235 ◦ blue 93

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

Shades of Conifer #A6EB5D

Tints of Conifer #A6EB5D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.57%

 BLUE value IS 93 (36.72% from 255) = 18.83%

R = 33.6%
G = 47.57%
B = 18.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#A6EB5D (or 0xA6EB5D) is known color: Conifer. HEX triplet: A6, EB and 5D. RGB value is (166,235,93). Sum of RGB (Red+Green+Blue) = 166+235+93=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EB5D is #5914A2. Grayscale: #C6C6C6. Windows color (decimal): -5837987 or 6155174. OLE color: 6155174.

HSL color Cylindrical-coordinate representation of color #A6EB5D: hue angle of 89.15º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6EB5D is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 235 93 -
CMYK 0.29 0 0.60 0.08
HSL 89.15º 0.78% 0.64% -
HSV(B) 89.15º 0.6% 0.92% -
XYZ 47.41 68.31 21.04 -
YUV 198.18 68.64 105.05 -
System Red Green Blue C M Y K H S L
Decimal 166 235 93 0.29 0 0.60 0.08 89.15 0.78 0.64
Hex A6 EB 5D 1D 0 3C 8 59 4E 40
Octal 246 353 135 35 0 74 10 131 116 100
Binary 10100110 11101011 1011101 11101 0 111100 1000 1011001 1001110 1000000

Color Harmonies of #A6EB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EB5D

Black with #A6EB5D

Text Example


Text Example

White with #A6EB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EB5D; }

 p { color: rgb(166,235,93); }

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

background-color css

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

 a { background-color: rgb(166,235,93); }

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

border-color css

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

 span { border-color: rgb(166,235,93); }

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