Html Css Color HEX #148501 Green

📋 copy color: '#148501'

red 20 ◦ green 133 ◦ blue 1

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

Shades of Green #148501

Tints of Green #148501

RGB

 RED value IS 20 (8.2% from 255) = 12.99%

 GREEN value IS 133 (52.34% from 255) = 86.36%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 12.99%
G = 86.36%
B = 0.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#148501 (or 0x148501) is known color: Green. HEX triplet: 14, 85 and 01. RGB value is (20,133,1). Sum of RGB (Red+Green+Blue) = 20+133+1=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 133 (52.34% from 255 or 86.36% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 133 - color contains mainly: green. Hex color #148501 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148501 is #EB7AFE. Grayscale: #545454. Windows color (decimal): -15432447 or 99604. OLE color: 99604.

HSL color Cylindrical-coordinate representation of color #148501: hue angle of 111.36º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #148501 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 133 1 -
CMYK 0.85 0 0.99 0.48
HSL 111.36º 0.99% 0.26% -
HSV(B) 111.36º 0.99% 0.52% -
XYZ 8.68 16.93 2.84 -
YUV 84.17 81.06 82.23 -
System Red Green Blue C M Y K H S L
Decimal 20 133 1 0.85 0 0.99 0.48 111.36 0.99 0.26
Hex 14 85 1 55 0 63 30 6F 63 1A
Octal 24 205 1 125 0 143 60 157 143 32
Binary 10100 10000101 1 1010101 0 1100011 110000 1101111 1100011 11010

Color Harmonies of #148501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148501

Black with #148501

Text Example


Text Example

White with #148501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148501; }

 p { color: rgb(20,133,1); }

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

background-color css

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

 a { background-color: rgb(20,133,1); }

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

border-color css

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

 span { border-color: rgb(20,133,1); }

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