Html Css Color HEX #0ABD67 Jade

📋 copy color: '#0ABD67'

red 10 ◦ green 189 ◦ blue 103

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

Shades of Jade #0ABD67

Tints of Jade #0ABD67

RGB

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

 GREEN value IS 189 (74.22% from 255) = 62.58%

 BLUE value IS 103 (40.63% from 255) = 34.11%

R = 3.31%
G = 62.58%
B = 34.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#0ABD67 (or 0x0ABD67) is known color: Jade. HEX triplet: 0A, BD and 67. RGB value is (10,189,103). Sum of RGB (Red+Green+Blue) = 10+189+103=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 189 (74.22% from 255 or 62.58% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABD67 is #F54298. Grayscale: #7D7D7D. Windows color (decimal): -16073369 or 6798602. OLE color: 6798602.

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

Color convert

RGB 10 189 103 -
CMYK 0.95 0 0.46 0.26
HSL 151.17º 0.9% 0.39% -
HSV(B) 151.17º 0.95% 0.74% -
XYZ 20.77 37.44 18.96 -
YUV 125.68 115.2 45.49 -
System Red Green Blue C M Y K H S L
Decimal 10 189 103 0.95 0 0.46 0.26 151.17 0.9 0.39
Hex A BD 67 5F 0 2E 1A 97 5A 27
Octal 12 275 147 137 0 56 32 227 132 47
Binary 1010 10111101 1100111 1011111 0 101110 11010 10010111 1011010 100111

Color Harmonies of #0ABD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABD67

Black with #0ABD67

Text Example


Text Example

White with #0ABD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,189,103); }

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

background-color css

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

 a { background-color: rgb(10,189,103); }

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

border-color css

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

 span { border-color: rgb(10,189,103); }

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