Html Css Color HEX #0FB74A Dark Pastel Green

📋 copy color: '#0FB74A'

red 15 ◦ green 183 ◦ blue 74

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

Shades of Dark Pastel Green #0FB74A

Tints of Dark Pastel Green #0FB74A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 67.28%

 BLUE value IS 74 (29.3% from 255) = 27.21%

R = 5.51%
G = 67.28%
B = 27.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#0FB74A (or 0x0FB74A) is known color: Dark Pastel Green. HEX triplet: 0F, B7 and 4A. RGB value is (15,183,74). Sum of RGB (Red+Green+Blue) = 15+183+74=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 183 (71.88% from 255 or 67.28% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB74A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB74A is #F048B5. Grayscale: #787878. Windows color (decimal): -15747254 or 4896527. OLE color: 4896527.

HSL color Cylindrical-coordinate representation of color #0FB74A: hue angle of 141.07º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB74A is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 15 183 74 -
CMYK 0.92 0 0.60 0.28
HSL 141.07º 0.85% 0.39% -
HSV(B) 141.07º 0.92% 0.72% -
XYZ 18.37 34.46 12.16 -
YUV 120.34 101.84 52.86 -
System Red Green Blue C M Y K H S L
Decimal 15 183 74 0.92 0 0.60 0.28 141.07 0.85 0.39
Hex F B7 4A 5C 0 3C 1C 8D 55 27
Octal 17 267 112 134 0 74 34 215 125 47
Binary 1111 10110111 1001010 1011100 0 111100 11100 10001101 1010101 100111

Color Harmonies of #0FB74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB74A

Black with #0FB74A

Text Example


Text Example

White with #0FB74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,183,74); }

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

background-color css

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

 a { background-color: rgb(15,183,74); }

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

border-color css

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

 span { border-color: rgb(15,183,74); }

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