Html Css Color HEX #0ABC61 Jade

📋 copy color: '#0ABC61'

red 10 ◦ green 188 ◦ blue 97

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

Shades of Jade #0ABC61

Tints of Jade #0ABC61

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.73%

 BLUE value IS 97 (38.28% from 255) = 32.88%

R = 3.39%
G = 63.73%
B = 32.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#0ABC61 (or 0x0ABC61) is known color: Jade. HEX triplet: 0A, BC and 61. RGB value is (10,188,97). Sum of RGB (Red+Green+Blue) = 10+188+97=295 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.39% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABC61 is #F5439E. Grayscale: #7C7C7C. Windows color (decimal): -16073631 or 6405130. OLE color: 6405130.

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

Color convert

RGB 10 188 97 -
CMYK 0.95 0 0.48 0.26
HSL 149.33º 0.9% 0.39% -
HSV(B) 149.33º 0.95% 0.74% -
XYZ 20.27 36.89 17.36 -
YUV 124.4 112.53 46.4 -
System Red Green Blue C M Y K H S L
Decimal 10 188 97 0.95 0 0.48 0.26 149.33 0.9 0.39
Hex A BC 61 5F 0 30 1A 95 5A 27
Octal 12 274 141 137 0 60 32 225 132 47
Binary 1010 10111100 1100001 1011111 0 110000 11010 10010101 1011010 100111

Color Harmonies of #0ABC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABC61

Black with #0ABC61

Text Example


Text Example

White with #0ABC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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