Html Css Color HEX #12820F Green

📋 copy color: '#12820F'

red 18 ◦ green 130 ◦ blue 15

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

Shades of Green #12820F

Tints of Green #12820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 79.75%

 BLUE value IS 15 (6.25% from 255) = 9.2%

R = 11.04%
G = 79.75%
B = 9.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#12820F (or 0x12820F) is known color: Green. HEX triplet: 12, 82 and 0F. RGB value is (18,130,15). Sum of RGB (Red+Green+Blue) = 18+130+15=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 130 (51.17% from 255 or 79.75% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 130 - color contains mainly: green. Hex color #12820F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12820F is #ED7DF0. Grayscale: #535353. Windows color (decimal): -15564273 or 1016338. OLE color: 1016338.

HSL color Cylindrical-coordinate representation of color #12820F: hue angle of 118.43º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12820F is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 130 15 -
CMYK 0.86 0 0.88 0.49
HSL 118.43º 0.79% 0.28% -
HSV(B) 118.43º 0.88% 0.51% -
XYZ 8.32 16.13 3.13 -
YUV 83.4 89.39 81.35 -
System Red Green Blue C M Y K H S L
Decimal 18 130 15 0.86 0 0.88 0.49 118.43 0.79 0.28
Hex 12 82 F 56 0 58 31 76 4F 1C
Octal 22 202 17 126 0 130 61 166 117 34
Binary 10010 10000010 1111 1010110 0 1011000 110001 1110110 1001111 11100

Color Harmonies of #12820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12820F

Black with #12820F

Text Example


Text Example

White with #12820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12820F; }

 p { color: rgb(18,130,15); }

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

background-color css

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

 a { background-color: rgb(18,130,15); }

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

border-color css

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

 span { border-color: rgb(18,130,15); }

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