Html Css Color HEX #0FC72A Dark Pastel Green

📋 copy color: '#0FC72A'

red 15 ◦ green 199 ◦ blue 42

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

Shades of Dark Pastel Green #0FC72A

Tints of Dark Pastel Green #0FC72A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 77.73%

 BLUE value IS 42 (16.8% from 255) = 16.41%

R = 5.86%
G = 77.73%
B = 16.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#0FC72A (or 0x0FC72A) is known color: Dark Pastel Green. HEX triplet: 0F, C7 and 2A. RGB value is (15,199,42). Sum of RGB (Red+Green+Blue) = 15+199+42=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 199 (78.12% from 255 or 77.73% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC72A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC72A is #F038D5. Grayscale: #7E7E7E. Windows color (decimal): -15743190 or 2803471. OLE color: 2803471.

HSL color Cylindrical-coordinate representation of color #0FC72A: hue angle of 128.8º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC72A is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 199 42 -
CMYK 0.92 0 0.79 0.22
HSL 128.8º 0.86% 0.42% -
HSV(B) 128.8º 0.92% 0.78% -
XYZ 21.04 41.12 9.02 -
YUV 126.09 80.54 48.77 -
System Red Green Blue C M Y K H S L
Decimal 15 199 42 0.92 0 0.79 0.22 128.8 0.86 0.42
Hex F C7 2A 5C 0 4F 16 81 56 2A
Octal 17 307 52 134 0 117 26 201 126 52
Binary 1111 11000111 101010 1011100 0 1001111 10110 10000001 1010110 101010

Color Harmonies of #0FC72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC72A

Black with #0FC72A

Text Example


Text Example

White with #0FC72A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,199,42); }

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

background-color css

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

 a { background-color: rgb(15,199,42); }

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

border-color css

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

 span { border-color: rgb(15,199,42); }

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