Html Css Color HEX #A1D75A Conifer

📋 copy color: '#A1D75A'

red 161 ◦ green 215 ◦ blue 90

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

Shades of Conifer #A1D75A

Tints of Conifer #A1D75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.31%

R = 34.55%
G = 46.14%
B = 19.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#A1D75A (or 0xA1D75A) is known color: Conifer. HEX triplet: A1, D7 and 5A. RGB value is (161,215,90). Sum of RGB (Red+Green+Blue) = 161+215+90=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D75A is #5E28A5. Grayscale: #B9B9B9. Windows color (decimal): -6170790 or 5953441. OLE color: 5953441.

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

Color convert

RGB 161 215 90 -
CMYK 0.25 0 0.58 0.16
HSL 85.92º 0.61% 0.6% -
HSV(B) 85.92º 0.58% 0.84% -
XYZ 40.84 56.92 18.51 -
YUV 184.6 74.61 111.16 -
System Red Green Blue C M Y K H S L
Decimal 161 215 90 0.25 0 0.58 0.16 85.92 0.61 0.6
Hex A1 D7 5A 19 0 3A 10 56 3D 3C
Octal 241 327 132 31 0 72 20 126 75 74
Binary 10100001 11010111 1011010 11001 0 111010 10000 1010110 111101 111100

Color Harmonies of #A1D75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D75A

Black with #A1D75A

Text Example


Text Example

White with #A1D75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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