Html Css Color HEX #005A0F Green

📋 copy color: '#005A0F'

red 0 ◦ green 90 ◦ blue 15

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

Shades of Green #005A0F

Tints of Green #005A0F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 90 (35.55% from 255) = 85.71%

 BLUE value IS 15 (6.25% from 255) = 14.29%

R = 0%
G = 85.71%
B = 14.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#005A0F (or 0x005A0F) is known color: Green. HEX triplet: 00, 5A and 0F. RGB value is (0,90,15). Sum of RGB (Red+Green+Blue) = 0+90+15=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 90 (35.55% from 255 or 85.71% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 90 - color contains mainly: green. Hex color #005A0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005A0F is #FFA5F0. Grayscale: #363636. Windows color (decimal): -16754161 or 1006080. OLE color: 1006080.

HSL color Cylindrical-coordinate representation of color #005A0F: hue angle of 130º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A0F is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 90 15 -
CMYK 1 0 0.83 0.65
HSL 130º 1% 0.18% -
HSV(B) 130º 1% 0.35% -
XYZ 3.74 7.35 1.67 -
YUV 54.54 105.68 89.1 -
System Red Green Blue C M Y K H S L
Decimal 0 90 15 1 0 0.83 0.65 130 1 0.18
Hex 0 5A F 64 0 53 41 82 64 12
Octal 0 132 17 144 0 123 101 202 144 22
Binary 0 1011010 1111 1100100 0 1010011 1000001 10000010 1100100 10010

Color Harmonies of #005A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A0F

Black with #005A0F

Text Example


Text Example

White with #005A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005A0F; }

 p { color: rgb(0,90,15); }

 H1.HeaderClassName
 {
   color: #005A0F;
 }
 .AnyTagClassName
 {
   color: #005A0F;
 }
</style>

background-color css

<style>
 a { background-color: #005A0F; }

 a { background-color: rgb(0,90,15); }

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

border-color css

<style>
 span { border-color: #005A0F; }

 span { border-color: rgb(0,90,15); }

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