Html Css Color HEX #018B10 Green

📋 copy color: '#018B10'

red 1 ◦ green 139 ◦ blue 16

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

Shades of Green #018B10

Tints of Green #018B10

RGB

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

 GREEN value IS 139 (54.69% from 255) = 89.1%

 BLUE value IS 16 (6.64% from 255) = 10.26%

R = 0.64%
G = 89.1%
B = 10.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#018B10 (or 0x018B10) is known color: Green. HEX triplet: 01, 8B and 10. RGB value is (1,139,16). Sum of RGB (Red+Green+Blue) = 1+139+16=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 139 (54.69% from 255 or 89.10% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 139 - color contains mainly: green. Hex color #018B10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018B10 is #FE74EF. Grayscale: #545454. Windows color (decimal): -16676080 or 1084161. OLE color: 1084161.

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

Color convert

RGB 1 139 16 -
CMYK 0.99 0 0.88 0.45
HSL 126.52º 0.99% 0.27% -
HSV(B) 126.52º 0.99% 0.55% -
XYZ 9.34 18.51 3.57 -
YUV 83.72 89.78 69 -
System Red Green Blue C M Y K H S L
Decimal 1 139 16 0.99 0 0.88 0.45 126.52 0.99 0.27
Hex 1 8B 10 63 0 58 2D 7F 63 1B
Octal 1 213 20 143 0 130 55 177 143 33
Binary 1 10001011 10000 1100011 0 1011000 101101 1111111 1100011 11011

Color Harmonies of #018B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018B10

Black with #018B10

Text Example


Text Example

White with #018B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,139,16); }

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

background-color css

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

 a { background-color: rgb(1,139,16); }

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

border-color css

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

 span { border-color: rgb(1,139,16); }

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