Html Css Color HEX #A1D353 Conifer

📋 copy color: '#A1D353'

red 161 ◦ green 211 ◦ blue 83

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

Shades of Conifer #A1D353

Tints of Conifer #A1D353

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.37%

 BLUE value IS 83 (32.81% from 255) = 18.24%

R = 35.38%
G = 46.37%
B = 18.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#A1D353 (or 0xA1D353) is known color: Conifer. HEX triplet: A1, D3 and 53. RGB value is (161,211,83). Sum of RGB (Red+Green+Blue) = 161+211+83=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D353 is #5E2CAC. Grayscale: #B5B5B5. Windows color (decimal): -6171821 or 5493665. OLE color: 5493665.

HSL color Cylindrical-coordinate representation of color #A1D353: hue angle of 83.44º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1D353 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 211 83 -
CMYK 0.24 0 0.61 0.17
HSL 83.44º 0.59% 0.58% -
HSV(B) 83.44º 0.61% 0.83% -
XYZ 39.55 54.79 16.67 -
YUV 181.46 72.44 113.41 -
System Red Green Blue C M Y K H S L
Decimal 161 211 83 0.24 0 0.61 0.17 83.44 0.59 0.58
Hex A1 D3 53 18 0 3D 11 53 3B 3A
Octal 241 323 123 30 0 75 21 123 73 72
Binary 10100001 11010011 1010011 11000 0 111101 10001 1010011 111011 111010

Color Harmonies of #A1D353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D353

Black with #A1D353

Text Example


Text Example

White with #A1D353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D353; }

 p { color: rgb(161,211,83); }

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

background-color css

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

 a { background-color: rgb(161,211,83); }

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

border-color css

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

 span { border-color: rgb(161,211,83); }

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