Html Css Color HEX #0AB65F Jade

📋 copy color: '#0AB65F'

red 10 ◦ green 182 ◦ blue 95

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

Shades of Jade #0AB65F

Tints of Jade #0AB65F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 63.41%

 BLUE value IS 95 (37.5% from 255) = 33.1%

R = 3.48%
G = 63.41%
B = 33.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#0AB65F (or 0x0AB65F) is known color: Jade. HEX triplet: 0A, B6 and 5F. RGB value is (10,182,95). Sum of RGB (Red+Green+Blue) = 10+182+95=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 182 (71.48% from 255 or 63.41% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB65F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB65F is #F549A0. Grayscale: #787878. Windows color (decimal): -16075169 or 6272522. OLE color: 6272522.

HSL color Cylindrical-coordinate representation of color #0AB65F: hue angle of 149.65º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB65F is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 10 182 95 -
CMYK 0.95 0 0.48 0.29
HSL 149.65º 0.9% 0.38% -
HSV(B) 149.65º 0.95% 0.71% -
XYZ 18.92 34.35 16.46 -
YUV 120.65 113.52 49.07 -
System Red Green Blue C M Y K H S L
Decimal 10 182 95 0.95 0 0.48 0.29 149.65 0.9 0.38
Hex A B6 5F 5F 0 30 1D 96 5A 26
Octal 12 266 137 137 0 60 35 226 132 46
Binary 1010 10110110 1011111 1011111 0 110000 11101 10010110 1011010 100110

Color Harmonies of #0AB65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB65F

Black with #0AB65F

Text Example


Text Example

White with #0AB65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,182,95); }

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

background-color css

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

 a { background-color: rgb(10,182,95); }

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

border-color css

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

 span { border-color: rgb(10,182,95); }

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