Html Css Color HEX #0FA93B Dark Pastel Green

📋 copy color: '#0FA93B'

red 15 ◦ green 169 ◦ blue 59

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

Shades of Dark Pastel Green #0FA93B

Tints of Dark Pastel Green #0FA93B

RGB

 RED value IS 15 (6.25% from 255) = 6.17%

 GREEN value IS 169 (66.41% from 255) = 69.55%

 BLUE value IS 59 (23.44% from 255) = 24.28%

R = 6.17%
G = 69.55%
B = 24.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#0FA93B (or 0x0FA93B) is known color: Dark Pastel Green. HEX triplet: 0F, A9 and 3B. RGB value is (15,169,59). Sum of RGB (Red+Green+Blue) = 15+169+59=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 169 (66.41% from 255 or 69.55% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA93B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA93B is #F056C4. Grayscale: #6E6E6E. Windows color (decimal): -15750853 or 3909903. OLE color: 3909903.

HSL color Cylindrical-coordinate representation of color #0FA93B: hue angle of 137.14º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA93B is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 15 169 59 -
CMYK 0.91 0 0.65 0.34
HSL 137.14º 0.84% 0.36% -
HSV(B) 137.14º 0.91% 0.66% -
XYZ 15.17 28.79 8.9 -
YUV 110.41 98.98 59.94 -
System Red Green Blue C M Y K H S L
Decimal 15 169 59 0.91 0 0.65 0.34 137.14 0.84 0.36
Hex F A9 3B 5B 0 41 22 89 54 24
Octal 17 251 73 133 0 101 42 211 124 44
Binary 1111 10101001 111011 1011011 0 1000001 100010 10001001 1010100 100100

Color Harmonies of #0FA93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA93B

Black with #0FA93B

Text Example


Text Example

White with #0FA93B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,169,59); }

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

background-color css

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

 a { background-color: rgb(15,169,59); }

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

border-color css

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

 span { border-color: rgb(15,169,59); }

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