Html Css Color HEX #A1D850 Conifer

📋 copy color: '#A1D850'

red 161 ◦ green 216 ◦ blue 80

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

Shades of Conifer #A1D850

Tints of Conifer #A1D850

RGB

 RED value IS 161 (63.28% from 255) = 35.23%

 GREEN value IS 216 (84.77% from 255) = 47.26%

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

R = 35.23%
G = 47.26%
B = 17.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#A1D850 (or 0xA1D850) is known color: Conifer. HEX triplet: A1, D8 and 50. RGB value is (161,216,80). Sum of RGB (Red+Green+Blue) = 161+216+80=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D850 is #5E27AF. Grayscale: #B8B8B8. Windows color (decimal): -6170544 or 5298337. OLE color: 5298337.

HSL color Cylindrical-coordinate representation of color #A1D850: hue angle of 84.26º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1D850 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 216 80 -
CMYK 0.25 0 0.63 0.15
HSL 84.26º 0.64% 0.58% -
HSV(B) 84.26º 0.63% 0.85% -
XYZ 40.7 57.27 16.5 -
YUV 184.05 69.28 111.56 -
System Red Green Blue C M Y K H S L
Decimal 161 216 80 0.25 0 0.63 0.15 84.26 0.64 0.58
Hex A1 D8 50 19 0 3F F 54 40 3A
Octal 241 330 120 31 0 77 17 124 100 72
Binary 10100001 11011000 1010000 11001 0 111111 1111 1010100 1000000 111010

Color Harmonies of #A1D850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D850

Black with #A1D850

Text Example


Text Example

White with #A1D850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D850; }

 p { color: rgb(161,216,80); }

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

background-color css

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

 a { background-color: rgb(161,216,80); }

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

border-color css

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

 span { border-color: rgb(161,216,80); }

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