Html Css Color HEX #0AB65D Pigment Green

📋 copy color: '#0AB65D'

red 10 ◦ green 182 ◦ blue 93

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

Shades of Pigment Green #0AB65D

Tints of Pigment Green #0AB65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 3.51%
G = 63.86%
B = 32.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#0AB65D (or 0x0AB65D) is known color: Pigment Green. HEX triplet: 0A, B6 and 5D. RGB value is (10,182,93). Sum of RGB (Red+Green+Blue) = 10+182+93=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 182 (71.48% from 255 or 63.86% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB65D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB65D is #F549A2. Grayscale: #787878. Windows color (decimal): -16075171 or 6141450. OLE color: 6141450.

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

Color convert

RGB 10 182 93 -
CMYK 0.95 0 0.49 0.29
HSL 148.95º 0.9% 0.38% -
HSV(B) 148.95º 0.95% 0.71% -
XYZ 18.83 34.31 15.99 -
YUV 120.43 112.52 49.24 -
System Red Green Blue C M Y K H S L
Decimal 10 182 93 0.95 0 0.49 0.29 148.95 0.9 0.38
Hex A B6 5D 5F 0 31 1D 95 5A 26
Octal 12 266 135 137 0 61 35 225 132 46
Binary 1010 10110110 1011101 1011111 0 110001 11101 10010101 1011010 100110

Color Harmonies of #0AB65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB65D

Black with #0AB65D

Text Example


Text Example

White with #0AB65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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