Html Css Color HEX #0ABF61 Jade

📋 copy color: '#0ABF61'

red 10 ◦ green 191 ◦ blue 97

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

Shades of Jade #0ABF61

Tints of Jade #0ABF61

RGB

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

 GREEN value IS 191 (75% from 255) = 64.09%

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

R = 3.36%
G = 64.09%
B = 32.55%

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

#0ABF61 (or 0x0ABF61) is known color: Jade. HEX triplet: 0A, BF and 61. RGB value is (10,191,97). Sum of RGB (Red+Green+Blue) = 10+191+97=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 191 (75% from 255 or 64.09% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABF61 is #F5409E. Grayscale: #7E7E7E. Windows color (decimal): -16072863 or 6405898. OLE color: 6405898.

HSL color Cylindrical-coordinate representation of color #0ABF61: hue angle of 148.84º 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 #0ABF61 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 191 97 -
CMYK 0.95 0 0.49 0.25
HSL 148.84º 0.9% 0.39% -
HSV(B) 148.84º 0.95% 0.75% -
XYZ 20.91 38.19 17.58 -
YUV 126.17 111.53 45.14 -
System Red Green Blue C M Y K H S L
Decimal 10 191 97 0.95 0 0.49 0.25 148.84 0.9 0.39
Hex A BF 61 5F 0 31 19 95 5A 27
Octal 12 277 141 137 0 61 31 225 132 47
Binary 1010 10111111 1100001 1011111 0 110001 11001 10010101 1011010 100111

Color Harmonies of #0ABF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF61

Black with #0ABF61

Text Example


Text Example

White with #0ABF61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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