Html Css Color HEX #017A0C Green

📋 copy color: '#017A0C'

red 1 ◦ green 122 ◦ blue 12

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

Shades of Green #017A0C

Tints of Green #017A0C

RGB

 RED value IS 1 (0.78% from 255) = 0.74%

 GREEN value IS 122 (48.05% from 255) = 90.37%

 BLUE value IS 12 (5.08% from 255) = 8.89%

R = 0.74%
G = 90.37%
B = 8.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#017A0C (or 0x017A0C) is known color: Green. HEX triplet: 01, 7A and 0C. RGB value is (1,122,12). Sum of RGB (Red+Green+Blue) = 1+122+12=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 122 (48.05% from 255 or 90.37% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 122 - color contains mainly: green. Hex color #017A0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017A0C is #FE85F3. Grayscale: #494949. Windows color (decimal): -16680436 or 817665. OLE color: 817665.

HSL color Cylindrical-coordinate representation of color #017A0C: hue angle of 125.45º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A0C is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 122 12 -
CMYK 0.99 0 0.90 0.52
HSL 125.45º 0.98% 0.24% -
HSV(B) 125.45º 0.99% 0.48% -
XYZ 7.04 13.95 2.67 -
YUV 73.28 93.41 76.44 -
System Red Green Blue C M Y K H S L
Decimal 1 122 12 0.99 0 0.90 0.52 125.45 0.98 0.24
Hex 1 7A C 63 0 5A 34 7D 62 18
Octal 1 172 14 143 0 132 64 175 142 30
Binary 1 1111010 1100 1100011 0 1011010 110100 1111101 1100010 11000

Color Harmonies of #017A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A0C

Black with #017A0C

Text Example


Text Example

White with #017A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017A0C; }

 p { color: rgb(1,122,12); }

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

background-color css

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

 a { background-color: rgb(1,122,12); }

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

border-color css

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

 span { border-color: rgb(1,122,12); }

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