Html Css Color HEX #015D0A Green

📋 copy color: '#015D0A'

red 1 ◦ green 93 ◦ blue 10

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

Shades of Green #015D0A

Tints of Green #015D0A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 89.42%

 BLUE value IS 10 (4.3% from 255) = 9.62%

R = 0.96%
G = 89.42%
B = 9.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.64

RGB Variations

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

Color information

#015D0A (or 0x015D0A) is known color: Green. HEX triplet: 01, 5D and 0A. RGB value is (1,93,10). Sum of RGB (Red+Green+Blue) = 1+93+10=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 93 (36.72% from 255 or 89.42% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 93 - color contains mainly: green. Hex color #015D0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015D0A is #FEA2F5. Grayscale: #383838. Windows color (decimal): -16687862 or 679169. OLE color: 679169.

HSL color Cylindrical-coordinate representation of color #015D0A: hue angle of 125.87º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D0A is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 93 10 -
CMYK 0.99 0 0.89 0.64
HSL 125.87º 0.98% 0.18% -
HSV(B) 125.87º 0.99% 0.36% -
XYZ 3.98 7.86 1.59 -
YUV 56.03 102.02 88.75 -
System Red Green Blue C M Y K H S L
Decimal 1 93 10 0.99 0 0.89 0.64 125.87 0.98 0.18
Hex 1 5D A 63 0 59 40 7E 62 12
Octal 1 135 12 143 0 131 100 176 142 22
Binary 1 1011101 1010 1100011 0 1011001 1000000 1111110 1100010 10010

Color Harmonies of #015D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D0A

Black with #015D0A

Text Example


Text Example

White with #015D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015D0A; }

 p { color: rgb(1,93,10); }

 H1.HeaderClassName
 {
   color: #015D0A;
 }
 .AnyTagClassName
 {
   color: #015D0A;
 }
</style>

background-color css

<style>
 a { background-color: #015D0A; }

 a { background-color: rgb(1,93,10); }

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

border-color css

<style>
 span { border-color: #015D0A; }

 span { border-color: rgb(1,93,10); }

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