Html Css Color HEX #148500 Green

📋 copy color: '#148500'

red 20 ◦ green 133 ◦ blue 0

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

Shades of Green #148500

Tints of Green #148500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 13.07%
G = 86.93%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#148500 (or 0x148500) is known color: Green. HEX triplet: 14, 85 and 00. RGB value is (20,133,0). Sum of RGB (Red+Green+Blue) = 20+133+0=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 133 (52.34% from 255 or 86.93% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 133 - color contains mainly: green. Hex color #148500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148500 is #EB7AFF. Grayscale: #545454. Windows color (decimal): -15432448 or 34068. OLE color: 34068.

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

Color convert

RGB 20 133 0 -
CMYK 0.85 0 1 0.48
HSL 110.98º 1% 0.26% -
HSV(B) 110.98º 1% 0.52% -
XYZ 8.68 16.92 2.81 -
YUV 84.05 80.56 82.31 -
System Red Green Blue C M Y K H S L
Decimal 20 133 0 0.85 0 1 0.48 110.98 1 0.26
Hex 14 85 0 55 0 64 30 6F 64 1A
Octal 24 205 0 125 0 144 60 157 144 32
Binary 10100 10000101 0 1010101 0 1100100 110000 1101111 1100100 11010

Color Harmonies of #148500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148500

Black with #148500

Text Example


Text Example

White with #148500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148500; }

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

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

background-color css

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

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

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

border-color css

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

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

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