Html Css Color HEX #0ABE61 Jade

📋 copy color: '#0ABE61'

red 10 ◦ green 190 ◦ blue 97

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

Shades of Jade #0ABE61

Tints of Jade #0ABE61

RGB

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

 GREEN value IS 190 (74.61% from 255) = 63.97%

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

R = 3.37%
G = 63.97%
B = 32.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#0ABE61 (or 0x0ABE61) is known color: Jade. HEX triplet: 0A, BE and 61. RGB value is (10,190,97). Sum of RGB (Red+Green+Blue) = 10+190+97=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 190 (74.61% from 255 or 63.97% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABE61 is #F5419E. Grayscale: #7D7D7D. Windows color (decimal): -16073119 or 6405642. OLE color: 6405642.

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

Color convert

RGB 10 190 97 -
CMYK 0.95 0 0.49 0.25
HSL 149º 0.9% 0.39% -
HSV(B) 149º 0.95% 0.75% -
XYZ 20.7 37.75 17.51 -
YUV 125.58 111.87 45.56 -
System Red Green Blue C M Y K H S L
Decimal 10 190 97 0.95 0 0.49 0.25 149 0.9 0.39
Hex A BE 61 5F 0 31 19 95 5A 27
Octal 12 276 141 137 0 61 31 225 132 47
Binary 1010 10111110 1100001 1011111 0 110001 11001 10010101 1011010 100111

Color Harmonies of #0ABE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE61

Black with #0ABE61

Text Example


Text Example

White with #0ABE61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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