Html Css Color HEX #0ABC64 Jade

📋 copy color: '#0ABC64'

red 10 ◦ green 188 ◦ blue 100

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

Shades of Jade #0ABC64

Tints of Jade #0ABC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.56%

R = 3.36%
G = 63.09%
B = 33.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#0ABC64 (or 0x0ABC64) is known color: Jade. HEX triplet: 0A, BC and 64. RGB value is (10,188,100). Sum of RGB (Red+Green+Blue) = 10+188+100=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABC64 is #F5439B. Grayscale: #7C7C7C. Windows color (decimal): -16073628 or 6601738. OLE color: 6601738.

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

Color convert

RGB 10 188 100 -
CMYK 0.95 0 0.47 0.26
HSL 150.34º 0.9% 0.39% -
HSV(B) 150.34º 0.95% 0.74% -
XYZ 20.41 36.95 18.11 -
YUV 124.75 114.03 46.16 -
System Red Green Blue C M Y K H S L
Decimal 10 188 100 0.95 0 0.47 0.26 150.34 0.9 0.39
Hex A BC 64 5F 0 2F 1A 96 5A 27
Octal 12 274 144 137 0 57 32 226 132 47
Binary 1010 10111100 1100100 1011111 0 101111 11010 10010110 1011010 100111

Color Harmonies of #0ABC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABC64

Black with #0ABC64

Text Example


Text Example

White with #0ABC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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