Html Css Color HEX #A6D75D Conifer

📋 copy color: '#A6D75D'

red 166 ◦ green 215 ◦ blue 93

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

Shades of Conifer #A6D75D

Tints of Conifer #A6D75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.36%

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

R = 35.02%
G = 45.36%
B = 19.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#A6D75D (or 0xA6D75D) is known color: Conifer. HEX triplet: A6, D7 and 5D. RGB value is (166,215,93). Sum of RGB (Red+Green+Blue) = 166+215+93=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D75D is #5928A2. Grayscale: #BABABA. Windows color (decimal): -5843107 or 6150054. OLE color: 6150054.

HSL color Cylindrical-coordinate representation of color #A6D75D: hue angle of 84.1º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6D75D is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 215 93 -
CMYK 0.23 0 0.57 0.16
HSL 84.1º 0.6% 0.6% -
HSV(B) 84.1º 0.57% 0.84% -
XYZ 42 57.5 19.24 -
YUV 186.44 75.27 113.42 -
System Red Green Blue C M Y K H S L
Decimal 166 215 93 0.23 0 0.57 0.16 84.1 0.6 0.6
Hex A6 D7 5D 17 0 39 10 54 3C 3C
Octal 246 327 135 27 0 71 20 124 74 74
Binary 10100110 11010111 1011101 10111 0 111001 10000 1010100 111100 111100

Color Harmonies of #A6D75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D75D

Black with #A6D75D

Text Example


Text Example

White with #A6D75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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