Html Css Color HEX #0AB55F Jade

📋 copy color: '#0AB55F'

red 10 ◦ green 181 ◦ blue 95

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

Shades of Jade #0AB55F

Tints of Jade #0AB55F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 63.29%

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

R = 3.5%
G = 63.29%
B = 33.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#0AB55F (or 0x0AB55F) is known color: Jade. HEX triplet: 0A, B5 and 5F. RGB value is (10,181,95). Sum of RGB (Red+Green+Blue) = 10+181+95=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 181 (71.09% from 255 or 63.29% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 181 - color contains mainly: green. Hex color #0AB55F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB55F is #F54AA0. Grayscale: #787878. Windows color (decimal): -16075425 or 6272266. OLE color: 6272266.

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

Color convert

RGB 10 181 95 -
CMYK 0.94 0 0.48 0.29
HSL 149.82º 0.9% 0.37% -
HSV(B) 149.82º 0.94% 0.71% -
XYZ 18.71 33.94 16.39 -
YUV 120.07 113.85 49.49 -
System Red Green Blue C M Y K H S L
Decimal 10 181 95 0.94 0 0.48 0.29 149.82 0.9 0.37
Hex A B5 5F 5E 0 30 1D 96 5A 25
Octal 12 265 137 136 0 60 35 226 132 45
Binary 1010 10110101 1011111 1011110 0 110000 11101 10010110 1011010 100101

Color Harmonies of #0AB55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB55F

Black with #0AB55F

Text Example


Text Example

White with #0AB55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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