Html Css Color HEX #12850B Green

📋 copy color: '#12850B'

red 18 ◦ green 133 ◦ blue 11

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

Shades of Green #12850B

Tints of Green #12850B

RGB

 RED value IS 18 (7.42% from 255) = 11.11%

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

 BLUE value IS 11 (4.69% from 255) = 6.79%

R = 11.11%
G = 82.1%
B = 6.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#12850B (or 0x12850B) is known color: Green. HEX triplet: 12, 85 and 0B. RGB value is (18,133,11). Sum of RGB (Red+Green+Blue) = 18+133+11=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 133 (52.34% from 255 or 82.10% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 133 - color contains mainly: green. Hex color #12850B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12850B is #ED7AF4. Grayscale: #555555. Windows color (decimal): -15563509 or 754962. OLE color: 754962.

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

Color convert

RGB 18 133 11 -
CMYK 0.86 0 0.92 0.48
HSL 116.56º 0.85% 0.28% -
HSV(B) 116.56º 0.92% 0.52% -
XYZ 8.7 16.93 3.13 -
YUV 84.71 86.4 80.42 -
System Red Green Blue C M Y K H S L
Decimal 18 133 11 0.86 0 0.92 0.48 116.56 0.85 0.28
Hex 12 85 B 56 0 5C 30 75 55 1C
Octal 22 205 13 126 0 134 60 165 125 34
Binary 10010 10000101 1011 1010110 0 1011100 110000 1110101 1010101 11100

Color Harmonies of #12850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12850B

Black with #12850B

Text Example


Text Example

White with #12850B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12850B; }

 p { color: rgb(18,133,11); }

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

background-color css

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

 a { background-color: rgb(18,133,11); }

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

border-color css

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

 span { border-color: rgb(18,133,11); }

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