Html Css Color HEX #148A09 Green

📋 copy color: '#148A09'

red 20 ◦ green 138 ◦ blue 9

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

Shades of Green #148A09

Tints of Green #148A09

RGB

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

 GREEN value IS 138 (54.3% from 255) = 82.63%

 BLUE value IS 9 (3.91% from 255) = 5.39%

R = 11.98%
G = 82.63%
B = 5.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#148A09 (or 0x148A09) is known color: Green. HEX triplet: 14, 8A and 09. RGB value is (20,138,9). Sum of RGB (Red+Green+Blue) = 20+138+9=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 138 (54.30% from 255 or 82.63% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 138 - color contains mainly: green. Hex color #148A09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148A09 is #EB75F6. Grayscale: #585858. Windows color (decimal): -15431159 or 625172. OLE color: 625172.

HSL color Cylindrical-coordinate representation of color #148A09: hue angle of 114.88º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #148A09 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 138 9 -
CMYK 0.86 0 0.93 0.46
HSL 114.88º 0.88% 0.29% -
HSV(B) 114.88º 0.93% 0.54% -
XYZ 9.43 18.35 3.3 -
YUV 88.01 83.41 79.49 -
System Red Green Blue C M Y K H S L
Decimal 20 138 9 0.86 0 0.93 0.46 114.88 0.88 0.29
Hex 14 8A 9 56 0 5D 2E 73 58 1D
Octal 24 212 11 126 0 135 56 163 130 35
Binary 10100 10001010 1001 1010110 0 1011101 101110 1110011 1011000 11101

Color Harmonies of #148A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148A09

Black with #148A09

Text Example


Text Example

White with #148A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148A09; }

 p { color: rgb(20,138,9); }

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

background-color css

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

 a { background-color: rgb(20,138,9); }

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

border-color css

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

 span { border-color: rgb(20,138,9); }

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