Html Css Color HEX #0FC62F Dark Pastel Green

📋 copy color: '#0FC62F'

red 15 ◦ green 198 ◦ blue 47

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

Shades of Dark Pastel Green #0FC62F

Tints of Dark Pastel Green #0FC62F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 76.15%

 BLUE value IS 47 (18.75% from 255) = 18.08%

R = 5.77%
G = 76.15%
B = 18.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#0FC62F (or 0x0FC62F) is known color: Dark Pastel Green. HEX triplet: 0F, C6 and 2F. RGB value is (15,198,47). Sum of RGB (Red+Green+Blue) = 15+198+47=260 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.77% from 260); Green value is 198 (77.73% from 255 or 76.15% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC62F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC62F is #F039D0. Grayscale: #7E7E7E. Windows color (decimal): -15743441 or 3130895. OLE color: 3130895.

HSL color Cylindrical-coordinate representation of color #0FC62F: hue angle of 130.49º 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 #0FC62F is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 198 47 -
CMYK 0.92 0 0.76 0.22
HSL 130.49º 0.86% 0.42% -
HSV(B) 130.49º 0.92% 0.78% -
XYZ 20.9 40.69 9.44 -
YUV 126.07 83.37 48.78 -
System Red Green Blue C M Y K H S L
Decimal 15 198 47 0.92 0 0.76 0.22 130.49 0.86 0.42
Hex F C6 2F 5C 0 4C 16 82 56 2A
Octal 17 306 57 134 0 114 26 202 126 52
Binary 1111 11000110 101111 1011100 0 1001100 10110 10000010 1010110 101010

Color Harmonies of #0FC62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC62F

Black with #0FC62F

Text Example


Text Example

White with #0FC62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,198,47); }

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

background-color css

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

 a { background-color: rgb(15,198,47); }

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

border-color css

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

 span { border-color: rgb(15,198,47); }

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