Html Css Color HEX #0A250A Myrtle

📋 copy color: '#0A250A'

red 10 ◦ green 37 ◦ blue 10

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

Shades of Myrtle #0A250A

Tints of Myrtle #0A250A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 64.91%

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

R = 17.54%
G = 64.91%
B = 17.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#0A250A (or 0x0A250A) is known color: Myrtle. HEX triplet: 0A, 25 and 0A. RGB value is (10,37,10). Sum of RGB (Red+Green+Blue) = 10+37+10=57 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.54% from 57); Green value is 37 (14.84% from 255 or 64.91% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 37 - color contains mainly: green. Hex color #0A250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A250A is #F5DAF5. Grayscale: #191919. Windows color (decimal): -16112374 or 664842. OLE color: 664842.

HSL color Cylindrical-coordinate representation of color #0A250A: hue angle of 120º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A250A is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 37 10 -
CMYK 0.73 0 0.73 0.85
HSL 120º 0.57% 0.09% -
HSV(B) 120º 0.73% 0.15% -
XYZ 0.84 1.41 0.51 -
YUV 25.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 10 37 10 0.73 0 0.73 0.85 120 0.57 0.09
Hex A 25 A 49 0 49 55 78 39 9
Octal 12 45 12 111 0 111 125 170 71 11
Binary 1010 100101 1010 1001001 0 1001001 1010101 1111000 111001 1001

Color Harmonies of #0A250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A250A

Black with #0A250A

Text Example


Text Example

White with #0A250A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,37,10); }

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

background-color css

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

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

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

border-color css

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

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

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