Html Css Color HEX #148301 Green

📋 copy color: '#148301'

red 20 ◦ green 131 ◦ blue 1

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

Shades of Green #148301

Tints of Green #148301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 86.18%

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

R = 13.16%
G = 86.18%
B = 0.66%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#148301 (or 0x148301) is known color: Green. HEX triplet: 14, 83 and 01. RGB value is (20,131,1). Sum of RGB (Red+Green+Blue) = 20+131+1=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 131 (51.56% from 255 or 86.18% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 131 - color contains mainly: green. Hex color #148301 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148301 is #EB7CFE. Grayscale: #535353. Windows color (decimal): -15432959 or 99092. OLE color: 99092.

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

Color convert

RGB 20 131 1 -
CMYK 0.85 0 0.99 0.49
HSL 111.23º 0.98% 0.26% -
HSV(B) 111.23º 0.99% 0.51% -
XYZ 8.41 16.38 2.75 -
YUV 82.99 81.73 83.07 -
System Red Green Blue C M Y K H S L
Decimal 20 131 1 0.85 0 0.99 0.49 111.23 0.98 0.26
Hex 14 83 1 55 0 63 31 6F 62 1A
Octal 24 203 1 125 0 143 61 157 142 32
Binary 10100 10000011 1 1010101 0 1100011 110001 1101111 1100010 11010

Color Harmonies of #148301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148301

Black with #148301

Text Example


Text Example

White with #148301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148301; }

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

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

background-color css

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

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

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

border-color css

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

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

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