Html Css Color HEX #0AB92D Dark Pastel Green

📋 copy color: '#0AB92D'

red 10 ◦ green 185 ◦ blue 45

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

Shades of Dark Pastel Green #0AB92D

Tints of Dark Pastel Green #0AB92D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 77.08%

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 4.17%
G = 77.08%
B = 18.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#0AB92D (or 0x0AB92D) is known color: Dark Pastel Green. HEX triplet: 0A, B9 and 2D. RGB value is (10,185,45). Sum of RGB (Red+Green+Blue) = 10+185+45=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 185 (72.66% from 255 or 77.08% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 185 - color contains mainly: green. Hex color #0AB92D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB92D is #F546D2. Grayscale: #757575. Windows color (decimal): -16074451 or 2996490. OLE color: 2996490.

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

Color convert

RGB 10 185 45 -
CMYK 0.95 0 0.76 0.27
HSL 132º 0.9% 0.38% -
HSV(B) 132º 0.95% 0.73% -
XYZ 17.95 34.95 8.28 -
YUV 116.72 87.52 51.88 -
System Red Green Blue C M Y K H S L
Decimal 10 185 45 0.95 0 0.76 0.27 132 0.9 0.38
Hex A B9 2D 5F 0 4C 1B 84 5A 26
Octal 12 271 55 137 0 114 33 204 132 46
Binary 1010 10111001 101101 1011111 0 1001100 11011 10000100 1011010 100110

Color Harmonies of #0AB92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB92D

Black with #0AB92D

Text Example


Text Example

White with #0AB92D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,185,45); }

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

background-color css

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

 a { background-color: rgb(10,185,45); }

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

border-color css

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

 span { border-color: rgb(10,185,45); }

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