Html Css Color HEX #A6D05D Conifer

📋 copy color: '#A6D05D'

red 166 ◦ green 208 ◦ blue 93

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

Shades of Conifer #A6D05D

Tints of Conifer #A6D05D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.54%

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

R = 35.55%
G = 44.54%
B = 19.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#A6D05D (or 0xA6D05D) is known color: Conifer. HEX triplet: A6, D0 and 5D. RGB value is (166,208,93). Sum of RGB (Red+Green+Blue) = 166+208+93=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D05D is #592FA2. Grayscale: #B6B6B6. Windows color (decimal): -5844899 or 6148262. OLE color: 6148262.

HSL color Cylindrical-coordinate representation of color #A6D05D: hue angle of 81.91º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6D05D is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 208 93 -
CMYK 0.20 0 0.55 0.18
HSL 81.91º 0.55% 0.59% -
HSV(B) 81.91º 0.55% 0.82% -
XYZ 40.26 54.01 18.66 -
YUV 182.33 77.59 116.35 -
System Red Green Blue C M Y K H S L
Decimal 166 208 93 0.20 0 0.55 0.18 81.91 0.55 0.59
Hex A6 D0 5D 14 0 37 12 52 37 3B
Octal 246 320 135 24 0 67 22 122 67 73
Binary 10100110 11010000 1011101 10100 0 110111 10010 1010010 110111 111011

Color Harmonies of #A6D05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D05D

Black with #A6D05D

Text Example


Text Example

White with #A6D05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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