Html Css Color HEX #0A613B Fun Green

📋 copy color: '#0A613B'

red 10 ◦ green 97 ◦ blue 59

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

Shades of Fun Green #0A613B

Tints of Fun Green #0A613B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.43%

 BLUE value IS 59 (23.44% from 255) = 35.54%

R = 6.02%
G = 58.43%
B = 35.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#0A613B (or 0x0A613B) is known color: Fun Green. HEX triplet: 0A, 61 and 3B. RGB value is (10,97,59). Sum of RGB (Red+Green+Blue) = 10+97+59=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #0A613B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A613B is #F59EC4. Grayscale: #424242. Windows color (decimal): -16096965 or 3891466. OLE color: 3891466.

HSL color Cylindrical-coordinate representation of color #0A613B: hue angle of 153.79º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A613B is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 97 59 -
CMYK 0.90 0 0.39 0.62
HSL 153.79º 0.81% 0.21% -
HSV(B) 153.79º 0.9% 0.38% -
XYZ 5.19 8.93 5.59 -
YUV 66.66 123.68 87.59 -
System Red Green Blue C M Y K H S L
Decimal 10 97 59 0.90 0 0.39 0.62 153.79 0.81 0.21
Hex A 61 3B 5A 0 27 3E 9A 51 15
Octal 12 141 73 132 0 47 76 232 121 25
Binary 1010 1100001 111011 1011010 0 100111 111110 10011010 1010001 10101

Color Harmonies of #0A613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A613B

Black with #0A613B

Text Example


Text Example

White with #0A613B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,97,59); }

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

background-color css

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

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

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

border-color css

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

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

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