Html Css Color HEX #0ABA71 Jade

📋 copy color: '#0ABA71'

red 10 ◦ green 186 ◦ blue 113

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

Shades of Jade #0ABA71

Tints of Jade #0ABA71

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.19%

 BLUE value IS 113 (44.53% from 255) = 36.57%

R = 3.24%
G = 60.19%
B = 36.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#0ABA71 (or 0x0ABA71) is known color: Jade. HEX triplet: 0A, BA and 71. RGB value is (10,186,113). Sum of RGB (Red+Green+Blue) = 10+186+113=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABA71 is #F5458E. Grayscale: #7D7D7D. Windows color (decimal): -16074127 or 7453194. OLE color: 7453194.

HSL color Cylindrical-coordinate representation of color #0ABA71: hue angle of 155.11º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABA71 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 186 113 -
CMYK 0.95 0 0.39 0.27
HSL 155.11º 0.9% 0.38% -
HSV(B) 155.11º 0.95% 0.73% -
XYZ 20.66 36.37 21.55 -
YUV 125.05 121.19 45.94 -
System Red Green Blue C M Y K H S L
Decimal 10 186 113 0.95 0 0.39 0.27 155.11 0.9 0.38
Hex A BA 71 5F 0 27 1B 9B 5A 26
Octal 12 272 161 137 0 47 33 233 132 46
Binary 1010 10111010 1110001 1011111 0 100111 11011 10011011 1011010 100110

Color Harmonies of #0ABA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABA71

Black with #0ABA71

Text Example


Text Example

White with #0ABA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,186,113); }

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

background-color css

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

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

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

border-color css

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

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

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