Html Css Color HEX #A1D45B Conifer

📋 copy color: '#A1D45B'

red 161 ◦ green 212 ◦ blue 91

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

Shades of Conifer #A1D45B

Tints of Conifer #A1D45B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.69%

 BLUE value IS 91 (35.94% from 255) = 19.61%

R = 34.7%
G = 45.69%
B = 19.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#A1D45B (or 0xA1D45B) is known color: Conifer. HEX triplet: A1, D4 and 5B. RGB value is (161,212,91). Sum of RGB (Red+Green+Blue) = 161+212+91=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D45B is #5E2BA4. Grayscale: #B7B7B7. Windows color (decimal): -6171557 or 6018209. OLE color: 6018209.

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

Color convert

RGB 161 212 91 -
CMYK 0.24 0 0.57 0.17
HSL 85.29º 0.58% 0.59% -
HSV(B) 85.29º 0.57% 0.83% -
XYZ 40.13 55.42 18.48 -
YUV 182.96 76.1 112.34 -
System Red Green Blue C M Y K H S L
Decimal 161 212 91 0.24 0 0.57 0.17 85.29 0.58 0.59
Hex A1 D4 5B 18 0 39 11 55 3A 3B
Octal 241 324 133 30 0 71 21 125 72 73
Binary 10100001 11010100 1011011 11000 0 111001 10001 1010101 111010 111011

Color Harmonies of #A1D45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D45B

Black with #A1D45B

Text Example


Text Example

White with #A1D45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D45B; }

 p { color: rgb(161,212,91); }

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

background-color css

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

 a { background-color: rgb(161,212,91); }

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

border-color css

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

 span { border-color: rgb(161,212,91); }

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