Html Css Color HEX #0ABF62 Jade

📋 copy color: '#0ABF62'

red 10 ◦ green 191 ◦ blue 98

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

Shades of Jade #0ABF62

Tints of Jade #0ABF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.78%

R = 3.34%
G = 63.88%
B = 32.78%

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

#0ABF62 (or 0x0ABF62) is known color: Jade. HEX triplet: 0A, BF and 62. RGB value is (10,191,98). Sum of RGB (Red+Green+Blue) = 10+191+98=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 191 (75% from 255 or 63.88% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABF62 is #F5409D. Grayscale: #7E7E7E. Windows color (decimal): -16072862 or 6471434. OLE color: 6471434.

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

Color convert

RGB 10 191 98 -
CMYK 0.95 0 0.49 0.25
HSL 149.17º 0.9% 0.39% -
HSV(B) 149.17º 0.95% 0.75% -
XYZ 20.96 38.21 17.83 -
YUV 126.28 112.03 45.06 -
System Red Green Blue C M Y K H S L
Decimal 10 191 98 0.95 0 0.49 0.25 149.17 0.9 0.39
Hex A BF 62 5F 0 31 19 95 5A 27
Octal 12 277 142 137 0 61 31 225 132 47
Binary 1010 10111111 1100010 1011111 0 110001 11001 10010101 1011010 100111

Color Harmonies of #0ABF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF62

Black with #0ABF62

Text Example


Text Example

White with #0ABF62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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