Html Css Color HEX #01850E Green

📋 copy color: '#01850E'

red 1 ◦ green 133 ◦ blue 14

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

Shades of Green #01850E

Tints of Green #01850E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.46%

R = 0.68%
G = 89.86%
B = 9.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#01850E (or 0x01850E) is known color: Green. HEX triplet: 01, 85 and 0E. RGB value is (1,133,14). Sum of RGB (Red+Green+Blue) = 1+133+14=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 133 (52.34% from 255 or 89.86% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 133 - color contains mainly: green. Hex color #01850E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01850E is #FE7AF1. Grayscale: #505050. Windows color (decimal): -16677618 or 951553. OLE color: 951553.

HSL color Cylindrical-coordinate representation of color #01850E: hue angle of 125.91º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01850E is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 14 -
CMYK 0.99 0 0.89 0.48
HSL 125.91º 0.99% 0.26% -
HSV(B) 125.91º 0.99% 0.52% -
XYZ 8.48 16.81 3.21 -
YUV 79.97 90.77 71.68 -
System Red Green Blue C M Y K H S L
Decimal 1 133 14 0.99 0 0.89 0.48 125.91 0.99 0.26
Hex 1 85 E 63 0 59 30 7E 63 1A
Octal 1 205 16 143 0 131 60 176 143 32
Binary 1 10000101 1110 1100011 0 1011001 110000 1111110 1100011 11010

Color Harmonies of #01850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01850E

Black with #01850E

Text Example


Text Example

White with #01850E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01850E; }

 p { color: rgb(1,133,14); }

 H1.HeaderClassName
 {
   color: #01850E;
 }
 .AnyTagClassName
 {
   color: #01850E;
 }
</style>

background-color css

<style>
 a { background-color: #01850E; }

 a { background-color: rgb(1,133,14); }

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

border-color css

<style>
 span { border-color: #01850E; }

 span { border-color: rgb(1,133,14); }

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