Html Css Color HEX #0FA538 Dark Pastel Green

📋 copy color: '#0FA538'

red 15 ◦ green 165 ◦ blue 56

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

Shades of Dark Pastel Green #0FA538

Tints of Dark Pastel Green #0FA538

RGB

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

 GREEN value IS 165 (64.84% from 255) = 69.92%

 BLUE value IS 56 (22.27% from 255) = 23.73%

R = 6.36%
G = 69.92%
B = 23.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#0FA538 (or 0x0FA538) is known color: Dark Pastel Green. HEX triplet: 0F, A5 and 38. RGB value is (15,165,56). Sum of RGB (Red+Green+Blue) = 15+165+56=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 165 (64.84% from 255 or 69.92% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA538 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA538 is #F05AC7. Grayscale: #6C6C6C. Windows color (decimal): -15751880 or 3712271. OLE color: 3712271.

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

Color convert

RGB 15 165 56 -
CMYK 0.91 0 0.66 0.35
HSL 136.4º 0.83% 0.35% -
HSV(B) 136.4º 0.91% 0.65% -
XYZ 14.37 27.3 8.25 -
YUV 107.72 98.81 61.86 -
System Red Green Blue C M Y K H S L
Decimal 15 165 56 0.91 0 0.66 0.35 136.4 0.83 0.35
Hex F A5 38 5B 0 42 23 88 53 23
Octal 17 245 70 133 0 102 43 210 123 43
Binary 1111 10100101 111000 1011011 0 1000010 100011 10001000 1010011 100011

Color Harmonies of #0FA538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA538

Black with #0FA538

Text Example


Text Example

White with #0FA538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,165,56); }

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

background-color css

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

 a { background-color: rgb(15,165,56); }

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

border-color css

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

 span { border-color: rgb(15,165,56); }

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