Html Css Color HEX #0ABE68 Jade

📋 copy color: '#0ABE68'

red 10 ◦ green 190 ◦ blue 104

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

Shades of Jade #0ABE68

Tints of Jade #0ABE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.21%

R = 3.29%
G = 62.5%
B = 34.21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#0ABE68 (or 0x0ABE68) is known color: Jade. HEX triplet: 0A, BE and 68. RGB value is (10,190,104). Sum of RGB (Red+Green+Blue) = 10+190+104=304 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.29% from 304); Green value is 190 (74.61% from 255 or 62.5% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABE68 is #F54197. Grayscale: #7E7E7E. Windows color (decimal): -16073112 or 6864394. OLE color: 6864394.

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

Color convert

RGB 10 190 104 -
CMYK 0.95 0 0.45 0.25
HSL 151.33º 0.9% 0.39% -
HSV(B) 151.33º 0.95% 0.75% -
XYZ 21.04 37.89 19.3 -
YUV 126.38 115.37 44.99 -
System Red Green Blue C M Y K H S L
Decimal 10 190 104 0.95 0 0.45 0.25 151.33 0.9 0.39
Hex A BE 68 5F 0 2D 19 97 5A 27
Octal 12 276 150 137 0 55 31 227 132 47
Binary 1010 10111110 1101000 1011111 0 101101 11001 10010111 1011010 100111

Color Harmonies of #0ABE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE68

Black with #0ABE68

Text Example


Text Example

White with #0ABE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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