Html Css Color HEX #0ABF63 Jade

📋 copy color: '#0ABF63'

red 10 ◦ green 191 ◦ blue 99

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

Shades of Jade #0ABF63

Tints of Jade #0ABF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33%

R = 3.33%
G = 63.67%
B = 33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#0ABF63 (or 0x0ABF63) is known color: Jade. HEX triplet: 0A, BF and 63. RGB value is (10,191,99). Sum of RGB (Red+Green+Blue) = 10+191+99=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABF63 is #F5409C. Grayscale: #7E7E7E. Windows color (decimal): -16072861 or 6536970. OLE color: 6536970.

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

Color convert

RGB 10 191 99 -
CMYK 0.95 0 0.48 0.25
HSL 149.5º 0.9% 0.39% -
HSV(B) 149.5º 0.95% 0.75% -
XYZ 21.01 38.23 18.08 -
YUV 126.39 112.53 44.98 -
System Red Green Blue C M Y K H S L
Decimal 10 191 99 0.95 0 0.48 0.25 149.5 0.9 0.39
Hex A BF 63 5F 0 30 19 96 5A 27
Octal 12 277 143 137 0 60 31 226 132 47
Binary 1010 10111111 1100011 1011111 0 110000 11001 10010110 1011010 100111

Color Harmonies of #0ABF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF63

Black with #0ABF63

Text Example


Text Example

White with #0ABF63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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