Html Css Color HEX #A1D760 Conifer

📋 copy color: '#A1D760'

red 161 ◦ green 215 ◦ blue 96

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

Shades of Conifer #A1D760

Tints of Conifer #A1D760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.34%

R = 34.11%
G = 45.55%
B = 20.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#A1D760 (or 0xA1D760) is known color: Conifer. HEX triplet: A1, D7 and 60. RGB value is (161,215,96). Sum of RGB (Red+Green+Blue) = 161+215+96=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D760 is #5E289F. Grayscale: #B9B9B9. Windows color (decimal): -6170784 or 6346657. OLE color: 6346657.

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

Color convert

RGB 161 215 96 -
CMYK 0.25 0 0.55 0.16
HSL 87.23º 0.6% 0.61% -
HSV(B) 87.23º 0.55% 0.84% -
XYZ 41.11 57.02 19.91 -
YUV 185.29 77.61 110.68 -
System Red Green Blue C M Y K H S L
Decimal 161 215 96 0.25 0 0.55 0.16 87.23 0.6 0.61
Hex A1 D7 60 19 0 37 10 57 3C 3D
Octal 241 327 140 31 0 67 20 127 74 75
Binary 10100001 11010111 1100000 11001 0 110111 10000 1010111 111100 111101

Color Harmonies of #A1D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D760

Black with #A1D760

Text Example


Text Example

White with #A1D760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D760; }

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

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

background-color css

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

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

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

border-color css

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

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

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