Html Css Color HEX #A6D54C Conifer

📋 copy color: '#A6D54C'

red 166 ◦ green 213 ◦ blue 76

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

Shades of Conifer #A6D54C

Tints of Conifer #A6D54C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.81%

 BLUE value IS 76 (30.08% from 255) = 16.7%

R = 36.48%
G = 46.81%
B = 16.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#A6D54C (or 0xA6D54C) is known color: Conifer. HEX triplet: A6, D5 and 4C. RGB value is (166,213,76). Sum of RGB (Red+Green+Blue) = 166+213+76=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D54C is #592AB3. Grayscale: #B7B7B7. Windows color (decimal): -5843636 or 5035430. OLE color: 5035430.

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

Color convert

RGB 166 213 76 -
CMYK 0.22 0 0.64 0.16
HSL 80.58º 0.62% 0.57% -
HSV(B) 80.58º 0.64% 0.84% -
XYZ 40.82 56.22 15.54 -
YUV 183.33 67.43 115.64 -
System Red Green Blue C M Y K H S L
Decimal 166 213 76 0.22 0 0.64 0.16 80.58 0.62 0.57
Hex A6 D5 4C 16 0 40 10 51 3E 39
Octal 246 325 114 26 0 100 20 121 76 71
Binary 10100110 11010101 1001100 10110 0 1000000 10000 1010001 111110 111001

Color Harmonies of #A6D54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D54C

Black with #A6D54C

Text Example


Text Example

White with #A6D54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D54C; }

 p { color: rgb(166,213,76); }

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

background-color css

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

 a { background-color: rgb(166,213,76); }

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

border-color css

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

 span { border-color: rgb(166,213,76); }

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