Html Css Color HEX #0A5F15 Crusoe

📋 copy color: '#0A5F15'

red 10 ◦ green 95 ◦ blue 21

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

Shades of Crusoe #0A5F15

Tints of Crusoe #0A5F15

RGB

 RED value IS 10 (4.3% from 255) = 7.94%

 GREEN value IS 95 (37.5% from 255) = 75.4%

 BLUE value IS 21 (8.59% from 255) = 16.67%

R = 7.94%
G = 75.4%
B = 16.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#0A5F15 (or 0x0A5F15) is known color: Crusoe. HEX triplet: 0A, 5F and 15. RGB value is (10,95,21). Sum of RGB (Red+Green+Blue) = 10+95+21=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 95 (37.5% from 255 or 75.40% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 95 - color contains mainly: green. Hex color #0A5F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5F15 is #F5A0EA. Grayscale: #3D3D3D. Windows color (decimal): -16097515 or 1400586. OLE color: 1400586.

HSL color Cylindrical-coordinate representation of color #0A5F15: hue angle of 127.76º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5F15 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB 10 95 21 -
CMYK 0.89 0 0.78 0.63
HSL 127.76º 0.81% 0.21% -
HSV(B) 127.76º 0.89% 0.37% -
XYZ 4.35 8.3 2.08 -
YUV 61.15 105.34 91.52 -
System Red Green Blue C M Y K H S L
Decimal 10 95 21 0.89 0 0.78 0.63 127.76 0.81 0.21
Hex A 5F 15 59 0 4E 3F 80 51 15
Octal 12 137 25 131 0 116 77 200 121 25
Binary 1010 1011111 10101 1011001 0 1001110 111111 10000000 1010001 10101

Color Harmonies of #0A5F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5F15

Black with #0A5F15

Text Example


Text Example

White with #0A5F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A5F15; }

 p { color: rgb(10,95,21); }

 H1.HeaderClassName
 {
   color: #0A5F15;
 }
 .AnyTagClassName
 {
   color: #0A5F15;
 }
</style>

background-color css

<style>
 a { background-color: #0A5F15; }

 a { background-color: rgb(10,95,21); }

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

border-color css

<style>
 span { border-color: #0A5F15; }

 span { border-color: rgb(10,95,21); }

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