Html Css Color HEX #0AB83D Dark Pastel Green

📋 copy color: '#0AB83D'

red 10 ◦ green 184 ◦ blue 61

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

Shades of Dark Pastel Green #0AB83D

Tints of Dark Pastel Green #0AB83D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 72.16%

 BLUE value IS 61 (24.22% from 255) = 23.92%

R = 3.92%
G = 72.16%
B = 23.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#0AB83D (or 0x0AB83D) is known color: Dark Pastel Green. HEX triplet: 0A, B8 and 3D. RGB value is (10,184,61). Sum of RGB (Red+Green+Blue) = 10+184+61=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 184 (72.27% from 255 or 72.16% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB83D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB83D is #F547C2. Grayscale: #767676. Windows color (decimal): -16074691 or 4044810. OLE color: 4044810.

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

Color convert

RGB 10 184 61 -
CMYK 0.95 0 0.67 0.28
HSL 137.59º 0.9% 0.38% -
HSV(B) 137.59º 0.95% 0.72% -
XYZ 18.11 34.68 10.15 -
YUV 117.95 95.85 51 -
System Red Green Blue C M Y K H S L
Decimal 10 184 61 0.95 0 0.67 0.28 137.59 0.9 0.38
Hex A B8 3D 5F 0 43 1C 8A 5A 26
Octal 12 270 75 137 0 103 34 212 132 46
Binary 1010 10111000 111101 1011111 0 1000011 11100 10001010 1011010 100110

Color Harmonies of #0AB83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB83D

Black with #0AB83D

Text Example


Text Example

White with #0AB83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,184,61); }

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

background-color css

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

 a { background-color: rgb(10,184,61); }

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

border-color css

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

 span { border-color: rgb(10,184,61); }

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