Html Css Color HEX #A6D550 Conifer

📋 copy color: '#A6D550'

red 166 ◦ green 213 ◦ blue 80

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

Shades of Conifer #A6D550

Tints of Conifer #A6D550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.43%

R = 36.17%
G = 46.41%
B = 17.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#A6D550 (or 0xA6D550) is known color: Conifer. HEX triplet: A6, D5 and 50. RGB value is (166,213,80). Sum of RGB (Red+Green+Blue) = 166+213+80=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D550 is #592AAF. Grayscale: #B8B8B8. Windows color (decimal): -5843632 or 5297574. OLE color: 5297574.

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

Color convert

RGB 166 213 80 -
CMYK 0.22 0 0.62 0.16
HSL 81.2º 0.61% 0.57% -
HSV(B) 81.2º 0.62% 0.84% -
XYZ 40.97 56.27 16.29 -
YUV 183.79 69.43 115.31 -
System Red Green Blue C M Y K H S L
Decimal 166 213 80 0.22 0 0.62 0.16 81.2 0.61 0.57
Hex A6 D5 50 16 0 3E 10 51 3D 39
Octal 246 325 120 26 0 76 20 121 75 71
Binary 10100110 11010101 1010000 10110 0 111110 10000 1010001 111101 111001

Color Harmonies of #A6D550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D550

Black with #A6D550

Text Example


Text Example

White with #A6D550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D550; }

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

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

background-color css

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

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

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

border-color css

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

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

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