Html Css Color HEX #148800 Green

📋 copy color: '#148800'

red 20 ◦ green 136 ◦ blue 0

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

Shades of Green #148800

Tints of Green #148800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 87.18%

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

R = 12.82%
G = 87.18%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#148800 (or 0x148800) is known color: Green. HEX triplet: 14, 88 and 00. RGB value is (20,136,0). Sum of RGB (Red+Green+Blue) = 20+136+0=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 136 (53.52% from 255 or 87.18% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 136 - color contains mainly: green. Hex color #148800 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148800 is #EB77FF. Grayscale: #565656. Windows color (decimal): -15431680 or 34836. OLE color: 34836.

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

Color convert

RGB 20 136 0 -
CMYK 0.85 0 1 0.47
HSL 111.18º 1% 0.27% -
HSV(B) 111.18º 1% 0.53% -
XYZ 9.09 17.76 2.95 -
YUV 85.81 79.57 81.06 -
System Red Green Blue C M Y K H S L
Decimal 20 136 0 0.85 0 1 0.47 111.18 1 0.27
Hex 14 88 0 55 0 64 2F 6F 64 1B
Octal 24 210 0 125 0 144 57 157 144 33
Binary 10100 10001000 0 1010101 0 1100100 101111 1101111 1100100 11011

Color Harmonies of #148800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148800

Black with #148800

Text Example


Text Example

White with #148800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148800; }

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

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

background-color css

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

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

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

border-color css

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

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

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