Html Css Color HEX #0FA93F Dark Pastel Green

📋 copy color: '#0FA93F'

red 15 ◦ green 169 ◦ blue 63

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

Shades of Dark Pastel Green #0FA93F

Tints of Dark Pastel Green #0FA93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.51%

R = 6.07%
G = 68.42%
B = 25.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#0FA93F (or 0x0FA93F) is known color: Dark Pastel Green. HEX triplet: 0F, A9 and 3F. RGB value is (15,169,63). Sum of RGB (Red+Green+Blue) = 15+169+63=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 169 (66.41% from 255 or 68.42% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA93F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA93F is #F056C0. Grayscale: #6F6F6F. Windows color (decimal): -15750849 or 4172047. OLE color: 4172047.

HSL color Cylindrical-coordinate representation of color #0FA93F: hue angle of 138.7º 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 #0FA93F is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 15 169 63 -
CMYK 0.91 0 0.63 0.34
HSL 138.7º 0.84% 0.36% -
HSV(B) 138.7º 0.91% 0.66% -
XYZ 15.28 28.84 9.46 -
YUV 110.87 100.98 59.62 -
System Red Green Blue C M Y K H S L
Decimal 15 169 63 0.91 0 0.63 0.34 138.7 0.84 0.36
Hex F A9 3F 5B 0 3F 22 8B 54 24
Octal 17 251 77 133 0 77 42 213 124 44
Binary 1111 10101001 111111 1011011 0 111111 100010 10001011 1010100 100100

Color Harmonies of #0FA93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA93F

Black with #0FA93F

Text Example


Text Example

White with #0FA93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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