Html Css Color HEX #148509 Green

📋 copy color: '#148509'

red 20 ◦ green 133 ◦ blue 9

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

Shades of Green #148509

Tints of Green #148509

RGB

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

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

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

R = 12.35%
G = 82.1%
B = 5.56%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#148509 (or 0x148509) is known color: Green. HEX triplet: 14, 85 and 09. RGB value is (20,133,9). Sum of RGB (Red+Green+Blue) = 20+133+9=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 133 (52.34% from 255 or 82.10% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 133 - color contains mainly: green. Hex color #148509 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148509 is #EB7AF6. Grayscale: #555555. Windows color (decimal): -15432439 or 623892. OLE color: 623892.

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

Color convert

RGB 20 133 9 -
CMYK 0.85 0 0.93 0.48
HSL 114.68º 0.87% 0.28% -
HSV(B) 114.68º 0.93% 0.52% -
XYZ 8.73 16.94 3.07 -
YUV 85.08 85.06 81.58 -
System Red Green Blue C M Y K H S L
Decimal 20 133 9 0.85 0 0.93 0.48 114.68 0.87 0.28
Hex 14 85 9 55 0 5D 30 73 57 1C
Octal 24 205 11 125 0 135 60 163 127 34
Binary 10100 10000101 1001 1010101 0 1011101 110000 1110011 1010111 11100

Color Harmonies of #148509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148509

Black with #148509

Text Example


Text Example

White with #148509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148509; }

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

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

background-color css

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

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

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

border-color css

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

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

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