Html Css Color HEX #A1EB4A Conifer

📋 copy color: '#A1EB4A'

red 161 ◦ green 235 ◦ blue 74

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

Shades of Conifer #A1EB4A

Tints of Conifer #A1EB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.74%

R = 34.26%
G = 50%
B = 15.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#A1EB4A (or 0xA1EB4A) is known color: Conifer. HEX triplet: A1, EB and 4A. RGB value is (161,235,74). Sum of RGB (Red+Green+Blue) = 161+235+74=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1EB4A is #5E14B5. Grayscale: #C3C3C3. Windows color (decimal): -6165686 or 4909985. OLE color: 4909985.

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

Color convert

RGB 161 235 74 -
CMYK 0.31 0 0.69 0.08
HSL 87.58º 0.8% 0.61% -
HSV(B) 87.58º 0.69% 0.92% -
XYZ 45.64 67.49 17.1 -
YUV 194.52 59.98 104.09 -
System Red Green Blue C M Y K H S L
Decimal 161 235 74 0.31 0 0.69 0.08 87.58 0.8 0.61
Hex A1 EB 4A 1F 0 45 8 58 50 3D
Octal 241 353 112 37 0 105 10 130 120 75
Binary 10100001 11101011 1001010 11111 0 1000101 1000 1011000 1010000 111101

Color Harmonies of #A1EB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EB4A

Black with #A1EB4A

Text Example


Text Example

White with #A1EB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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