Html Css Color HEX #0ABF3A Dark Pastel Green

📋 copy color: '#0ABF3A'

red 10 ◦ green 191 ◦ blue 58

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

Shades of Dark Pastel Green #0ABF3A

Tints of Dark Pastel Green #0ABF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 73.75%

 BLUE value IS 58 (23.05% from 255) = 22.39%

R = 3.86%
G = 73.75%
B = 22.39%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#0ABF3A (or 0x0ABF3A) is known color: Dark Pastel Green. HEX triplet: 0A, BF and 3A. RGB value is (10,191,58). Sum of RGB (Red+Green+Blue) = 10+191+58=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 191 (75% from 255 or 73.75% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABF3A is #F540C5. Grayscale: #7A7A7A. Windows color (decimal): -16072902 or 3849994. OLE color: 3849994.

HSL color Cylindrical-coordinate representation of color #0ABF3A: hue angle of 135.91º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABF3A is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 191 58 -
CMYK 0.95 0 0.70 0.25
HSL 135.91º 0.9% 0.39% -
HSV(B) 135.91º 0.95% 0.75% -
XYZ 19.52 37.63 10.24 -
YUV 121.72 92.03 48.31 -
System Red Green Blue C M Y K H S L
Decimal 10 191 58 0.95 0 0.70 0.25 135.91 0.9 0.39
Hex A BF 3A 5F 0 46 19 88 5A 27
Octal 12 277 72 137 0 106 31 210 132 47
Binary 1010 10111111 111010 1011111 0 1000110 11001 10001000 1011010 100111

Color Harmonies of #0ABF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF3A

Black with #0ABF3A

Text Example


Text Example

White with #0ABF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,191,58); }

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

background-color css

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

 a { background-color: rgb(10,191,58); }

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

border-color css

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

 span { border-color: rgb(10,191,58); }

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