Html Css Color HEX #0FA036 Dark Pastel Green

📋 copy color: '#0FA036'

red 15 ◦ green 160 ◦ blue 54

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

Shades of Dark Pastel Green #0FA036

Tints of Dark Pastel Green #0FA036

RGB

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

 GREEN value IS 160 (62.89% from 255) = 69.87%

 BLUE value IS 54 (21.48% from 255) = 23.58%

R = 6.55%
G = 69.87%
B = 23.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#0FA036 (or 0x0FA036) is known color: Dark Pastel Green. HEX triplet: 0F, A0 and 36. RGB value is (15,160,54). Sum of RGB (Red+Green+Blue) = 15+160+54=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 160 (62.89% from 255 or 69.87% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA036 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA036 is #F05FC9. Grayscale: #686868. Windows color (decimal): -15753162 or 3579919. OLE color: 3579919.

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

Color convert

RGB 15 160 54 -
CMYK 0.91 0 0.66 0.37
HSL 136.14º 0.83% 0.34% -
HSV(B) 136.14º 0.91% 0.63% -
XYZ 13.43 25.51 7.71 -
YUV 104.56 99.46 64.12 -
System Red Green Blue C M Y K H S L
Decimal 15 160 54 0.91 0 0.66 0.37 136.14 0.83 0.34
Hex F A0 36 5B 0 42 25 88 53 22
Octal 17 240 66 133 0 102 45 210 123 42
Binary 1111 10100000 110110 1011011 0 1000010 100101 10001000 1010011 100010

Color Harmonies of #0FA036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA036

Black with #0FA036

Text Example


Text Example

White with #0FA036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,160,54); }

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

background-color css

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

 a { background-color: rgb(15,160,54); }

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

border-color css

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

 span { border-color: rgb(15,160,54); }

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