Html Css Color HEX #A1E648 Conifer

📋 copy color: '#A1E648'

red 161 ◦ green 230 ◦ blue 72

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

Shades of Conifer #A1E648

Tints of Conifer #A1E648

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.68%

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

R = 34.77%
G = 49.68%
B = 15.55%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#A1E648 (or 0xA1E648) is known color: Conifer. HEX triplet: A1, E6 and 48. RGB value is (161,230,72). Sum of RGB (Red+Green+Blue) = 161+230+72=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 230 (90.23% from 255 or 49.68% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E648 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E648 is #5E19B7. Grayscale: #BFBFBF. Windows color (decimal): -6166968 or 4777633. OLE color: 4777633.

HSL color Cylindrical-coordinate representation of color #A1E648: hue angle of 86.2º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1E648 is Cyan = 0.3, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 230 72 -
CMYK 0.3 0 0.69 0.10
HSL 86.2º 0.76% 0.59% -
HSV(B) 86.2º 0.69% 0.9% -
XYZ 44.16 64.64 16.28 -
YUV 191.36 60.64 106.35 -
System Red Green Blue C M Y K H S L
Decimal 161 230 72 0.3 0 0.69 0.10 86.2 0.76 0.59
Hex A1 E6 48 1E 0 45 A 56 4C 3B
Octal 241 346 110 36 0 105 12 126 114 73
Binary 10100001 11100110 1001000 11110 0 1000101 1010 1010110 1001100 111011

Color Harmonies of #A1E648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E648

Black with #A1E648

Text Example


Text Example

White with #A1E648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E648; }

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

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

background-color css

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

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

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

border-color css

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

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

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