Html Css Color HEX #A1D750 Conifer

📋 copy color: '#A1D750'

red 161 ◦ green 215 ◦ blue 80

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

Shades of Conifer #A1D750

Tints of Conifer #A1D750

RGB

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

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

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

R = 35.31%
G = 47.15%
B = 17.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#A1D750 (or 0xA1D750) is known color: Conifer. HEX triplet: A1, D7 and 50. RGB value is (161,215,80). Sum of RGB (Red+Green+Blue) = 161+215+80=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D750 is #5E28AF. Grayscale: #B7B7B7. Windows color (decimal): -6170800 or 5298081. OLE color: 5298081.

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

Color convert

RGB 161 215 80 -
CMYK 0.25 0 0.63 0.16
HSL 84º 0.63% 0.58% -
HSV(B) 84º 0.63% 0.84% -
XYZ 40.45 56.76 16.41 -
YUV 183.46 69.61 111.98 -
System Red Green Blue C M Y K H S L
Decimal 161 215 80 0.25 0 0.63 0.16 84 0.63 0.58
Hex A1 D7 50 19 0 3F 10 54 3F 3A
Octal 241 327 120 31 0 77 20 124 77 72
Binary 10100001 11010111 1010000 11001 0 111111 10000 1010100 111111 111010

Color Harmonies of #A1D750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D750

Black with #A1D750

Text Example


Text Example

White with #A1D750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D750; }

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

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

background-color css

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

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

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

border-color css

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

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

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