Html Css Color HEX #148701 Green

📋 copy color: '#148701'

red 20 ◦ green 135 ◦ blue 1

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

Shades of Green #148701

Tints of Green #148701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 86.54%

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

R = 12.82%
G = 86.54%
B = 0.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#148701 (or 0x148701) is known color: Green. HEX triplet: 14, 87 and 01. RGB value is (20,135,1). Sum of RGB (Red+Green+Blue) = 20+135+1=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 135 (53.12% from 255 or 86.54% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 135 - color contains mainly: green. Hex color #148701 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148701 is #EB78FE. Grayscale: #555555. Windows color (decimal): -15431935 or 100116. OLE color: 100116.

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

Color convert

RGB 20 135 1 -
CMYK 0.85 0 0.99 0.47
HSL 111.49º 0.99% 0.27% -
HSV(B) 111.49º 0.99% 0.53% -
XYZ 8.96 17.48 2.93 -
YUV 85.34 80.4 81.4 -
System Red Green Blue C M Y K H S L
Decimal 20 135 1 0.85 0 0.99 0.47 111.49 0.99 0.27
Hex 14 87 1 55 0 63 2F 6F 63 1B
Octal 24 207 1 125 0 143 57 157 143 33
Binary 10100 10000111 1 1010101 0 1100011 101111 1101111 1100011 11011

Color Harmonies of #148701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148701

Black with #148701

Text Example


Text Example

White with #148701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148701; }

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

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

background-color css

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

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

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

border-color css

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

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

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