Html Css Color HEX #A1EB48 Conifer

📋 copy color: '#A1EB48'

red 161 ◦ green 235 ◦ blue 72

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

Shades of Conifer #A1EB48

Tints of Conifer #A1EB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.38%

R = 34.4%
G = 50.21%
B = 15.38%

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

#A1EB48 (or 0xA1EB48) is known color: Conifer. HEX triplet: A1, EB and 48. RGB value is (161,235,72). Sum of RGB (Red+Green+Blue) = 161+235+72=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1EB48 is #5E14B7. Grayscale: #C2C2C2. Windows color (decimal): -6165688 or 4778913. OLE color: 4778913.

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

Color convert

RGB 161 235 72 -
CMYK 0.31 0 0.69 0.08
HSL 87.24º 0.8% 0.6% -
HSV(B) 87.24º 0.69% 0.92% -
XYZ 45.58 67.46 16.75 -
YUV 194.29 58.98 104.25 -
System Red Green Blue C M Y K H S L
Decimal 161 235 72 0.31 0 0.69 0.08 87.24 0.8 0.6
Hex A1 EB 48 1F 0 45 8 57 50 3C
Octal 241 353 110 37 0 105 10 127 120 74
Binary 10100001 11101011 1001000 11111 0 1000101 1000 1010111 1010000 111100

Color Harmonies of #A1EB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EB48

Black with #A1EB48

Text Example


Text Example

White with #A1EB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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