Html Css Color HEX #A1E14B Conifer

📋 copy color: '#A1E14B'

red 161 ◦ green 225 ◦ blue 75

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

Shades of Conifer #A1E14B

Tints of Conifer #A1E14B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.81%

 BLUE value IS 75 (29.69% from 255) = 16.27%

R = 34.92%
G = 48.81%
B = 16.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#A1E14B (or 0xA1E14B) is known color: Conifer. HEX triplet: A1, E1 and 4B. RGB value is (161,225,75). Sum of RGB (Red+Green+Blue) = 161+225+75=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E14B is #5E1EB4. Grayscale: #BDBDBD. Windows color (decimal): -6168245 or 4972961. OLE color: 4972961.

HSL color Cylindrical-coordinate representation of color #A1E14B: hue angle of 85.6º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1E14B is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 225 75 -
CMYK 0.28 0 0.67 0.12
HSL 85.6º 0.71% 0.59% -
HSV(B) 85.6º 0.67% 0.88% -
XYZ 42.89 61.94 16.35 -
YUV 188.76 63.8 108.2 -
System Red Green Blue C M Y K H S L
Decimal 161 225 75 0.28 0 0.67 0.12 85.6 0.71 0.59
Hex A1 E1 4B 1C 0 43 C 56 47 3B
Octal 241 341 113 34 0 103 14 126 107 73
Binary 10100001 11100001 1001011 11100 0 1000011 1100 1010110 1000111 111011

Color Harmonies of #A1E14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E14B

Black with #A1E14B

Text Example


Text Example

White with #A1E14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E14B; }

 p { color: rgb(161,225,75); }

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

background-color css

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

 a { background-color: rgb(161,225,75); }

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

border-color css

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

 span { border-color: rgb(161,225,75); }

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