Html Css Color HEX #018C1A Green

📋 copy color: '#018C1A'

red 1 ◦ green 140 ◦ blue 26

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

Shades of Green #018C1A

Tints of Green #018C1A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 83.83%

 BLUE value IS 26 (10.55% from 255) = 15.57%

R = 0.6%
G = 83.83%
B = 15.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#018C1A (or 0x018C1A) is known color: Green. HEX triplet: 01, 8C and 1A. RGB value is (1,140,26). Sum of RGB (Red+Green+Blue) = 1+140+26=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 140 (55.08% from 255 or 83.83% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 140 - color contains mainly: green. Hex color #018C1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018C1A is #FE73E5. Grayscale: #555555. Windows color (decimal): -16675814 or 1739777. OLE color: 1739777.

HSL color Cylindrical-coordinate representation of color #018C1A: hue angle of 130.79º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018C1A is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 140 26 -
CMYK 0.99 0 0.81 0.45
HSL 130.79º 0.99% 0.28% -
HSV(B) 130.79º 0.99% 0.55% -
XYZ 9.58 18.84 4.11 -
YUV 85.44 94.45 67.77 -
System Red Green Blue C M Y K H S L
Decimal 1 140 26 0.99 0 0.81 0.45 130.79 0.99 0.28
Hex 1 8C 1A 63 0 51 2D 83 63 1C
Octal 1 214 32 143 0 121 55 203 143 34
Binary 1 10001100 11010 1100011 0 1010001 101101 10000011 1100011 11100

Color Harmonies of #018C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018C1A

Black with #018C1A

Text Example


Text Example

White with #018C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018C1A; }

 p { color: rgb(1,140,26); }

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

background-color css

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

 a { background-color: rgb(1,140,26); }

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

border-color css

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

 span { border-color: rgb(1,140,26); }

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