Html Css Color HEX #A1EB4C Conifer

📋 copy color: '#A1EB4C'

red 161 ◦ green 235 ◦ blue 76

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

Shades of Conifer #A1EB4C

Tints of Conifer #A1EB4C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.79%

 BLUE value IS 76 (30.08% from 255) = 16.1%

R = 34.11%
G = 49.79%
B = 16.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#A1EB4C (or 0xA1EB4C) is known color: Conifer. HEX triplet: A1, EB and 4C. RGB value is (161,235,76). Sum of RGB (Red+Green+Blue) = 161+235+76=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1EB4C is #5E14B3. Grayscale: #C3C3C3. Windows color (decimal): -6165684 or 5041057. OLE color: 5041057.

HSL color Cylindrical-coordinate representation of color #A1EB4C: hue angle of 87.92º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1EB4C is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 235 76 -
CMYK 0.31 0 0.68 0.08
HSL 87.92º 0.8% 0.61% -
HSV(B) 87.92º 0.68% 0.92% -
XYZ 45.71 67.52 17.46 -
YUV 194.75 60.98 103.93 -
System Red Green Blue C M Y K H S L
Decimal 161 235 76 0.31 0 0.68 0.08 87.92 0.8 0.61
Hex A1 EB 4C 1F 0 44 8 58 50 3D
Octal 241 353 114 37 0 104 10 130 120 75
Binary 10100001 11101011 1001100 11111 0 1000100 1000 1011000 1010000 111101

Color Harmonies of #A1EB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EB4C

Black with #A1EB4C

Text Example


Text Example

White with #A1EB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EB4C; }

 p { color: rgb(161,235,76); }

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

background-color css

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

 a { background-color: rgb(161,235,76); }

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

border-color css

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

 span { border-color: rgb(161,235,76); }

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