Html Css Color HEX #A1D253 Conifer

📋 copy color: '#A1D253'

red 161 ◦ green 210 ◦ blue 83

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

Shades of Conifer #A1D253

Tints of Conifer #A1D253

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.26%

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

R = 35.46%
G = 46.26%
B = 18.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#A1D253 (or 0xA1D253) is known color: Conifer. HEX triplet: A1, D2 and 53. RGB value is (161,210,83). Sum of RGB (Red+Green+Blue) = 161+210+83=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D253 is #5E2DAC. Grayscale: #B5B5B5. Windows color (decimal): -6172077 or 5493409. OLE color: 5493409.

HSL color Cylindrical-coordinate representation of color #A1D253: hue angle of 83.15º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1D253 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 210 83 -
CMYK 0.23 0 0.60 0.18
HSL 83.15º 0.59% 0.57% -
HSV(B) 83.15º 0.6% 0.82% -
XYZ 39.31 54.29 16.59 -
YUV 180.87 72.77 113.83 -
System Red Green Blue C M Y K H S L
Decimal 161 210 83 0.23 0 0.60 0.18 83.15 0.59 0.57
Hex A1 D2 53 17 0 3C 12 53 3B 39
Octal 241 322 123 27 0 74 22 123 73 71
Binary 10100001 11010010 1010011 10111 0 111100 10010 1010011 111011 111001

Color Harmonies of #A1D253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D253

Black with #A1D253

Text Example


Text Example

White with #A1D253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D253; }

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

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

background-color css

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

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

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

border-color css

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

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

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