Html Css Color HEX #A1E54B Conifer

📋 copy color: '#A1E54B'

red 161 ◦ green 229 ◦ blue 75

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

Shades of Conifer #A1E54B

Tints of Conifer #A1E54B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.25%

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

R = 34.62%
G = 49.25%
B = 16.13%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#A1E54B (or 0xA1E54B) is known color: Conifer. HEX triplet: A1, E5 and 4B. RGB value is (161,229,75). Sum of RGB (Red+Green+Blue) = 161+229+75=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E54B is #5E1AB4. Grayscale: #BFBFBF. Windows color (decimal): -6167221 or 4973985. OLE color: 4973985.

HSL color Cylindrical-coordinate representation of color #A1E54B: hue angle of 86.49º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1E54B is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 229 75 -
CMYK 0.30 0 0.67 0.10
HSL 86.49º 0.75% 0.6% -
HSV(B) 86.49º 0.67% 0.9% -
XYZ 43.99 64.12 16.72 -
YUV 191.11 62.47 106.52 -
System Red Green Blue C M Y K H S L
Decimal 161 229 75 0.30 0 0.67 0.10 86.49 0.75 0.6
Hex A1 E5 4B 1E 0 43 A 56 4B 3C
Octal 241 345 113 36 0 103 12 126 113 74
Binary 10100001 11100101 1001011 11110 0 1000011 1010 1010110 1001011 111100

Color Harmonies of #A1E54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E54B

Black with #A1E54B

Text Example


Text Example

White with #A1E54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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