Html Css Color HEX #148201 Green

📋 copy color: '#148201'

red 20 ◦ green 130 ◦ blue 1

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

Shades of Green #148201

Tints of Green #148201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 86.09%

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

R = 13.25%
G = 86.09%
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

#148201 (or 0x148201) is known color: Green. HEX triplet: 14, 82 and 01. RGB value is (20,130,1). Sum of RGB (Red+Green+Blue) = 20+130+1=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 130 (51.17% from 255 or 86.09% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 130 - color contains mainly: green. Hex color #148201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148201 is #EB7DFE. Grayscale: #525252. Windows color (decimal): -15433215 or 98836. OLE color: 98836.

HSL color Cylindrical-coordinate representation of color #148201: hue angle of 111.16º 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 #148201 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 1 -
CMYK 0.85 0 0.99 0.49
HSL 111.16º 0.98% 0.26% -
HSV(B) 111.16º 0.99% 0.51% -
XYZ 8.28 16.12 2.7 -
YUV 82.4 82.06 83.49 -
System Red Green Blue C M Y K H S L
Decimal 20 130 1 0.85 0 0.99 0.49 111.16 0.98 0.26
Hex 14 82 1 55 0 63 31 6F 62 1A
Octal 24 202 1 125 0 143 61 157 142 32
Binary 10100 10000010 1 1010101 0 1100011 110001 1101111 1100010 11010

Color Harmonies of #148201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148201

Black with #148201

Text Example


Text Example

White with #148201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148201; }

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

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

background-color css

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

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

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

border-color css

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

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

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