Html Css Color HEX #148A02 Green

📋 copy color: '#148A02'

red 20 ◦ green 138 ◦ blue 2

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

Shades of Green #148A02

Tints of Green #148A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.25%

R = 12.5%
G = 86.25%
B = 1.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#148A02 (or 0x148A02) is known color: Green. HEX triplet: 14, 8A and 02. RGB value is (20,138,2). Sum of RGB (Red+Green+Blue) = 20+138+2=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 138 (54.30% from 255 or 86.25% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 138 - color contains mainly: green. Hex color #148A02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148A02 is #EB75FD. Grayscale: #575757. Windows color (decimal): -15431166 or 166420. OLE color: 166420.

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

Color convert

RGB 20 138 2 -
CMYK 0.86 0 0.99 0.46
HSL 112.06º 0.97% 0.27% -
HSV(B) 112.06º 0.99% 0.54% -
XYZ 9.39 18.33 3.1 -
YUV 87.21 79.91 80.06 -
System Red Green Blue C M Y K H S L
Decimal 20 138 2 0.86 0 0.99 0.46 112.06 0.97 0.27
Hex 14 8A 2 56 0 63 2E 70 61 1B
Octal 24 212 2 126 0 143 56 160 141 33
Binary 10100 10001010 10 1010110 0 1100011 101110 1110000 1100001 11011

Color Harmonies of #148A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148A02

Black with #148A02

Text Example


Text Example

White with #148A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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